易采下载站下载易语言pcre正则应用模块源码—源码之家-易采下载站

下载排行|最近更新

软件
软件
文章
当前位置:首页易语言源码系统工具 → 易语言pcre正则应用模块源码 [db:版本]
易语言pcre正则应用模块源码

易语言pcre正则应用模块源码 [db:版本]

下载地址
  • 软件大小:264.4 KB
  • 软件语言:简体中文
  • 更新时间:2021-04-18
  • 软件类别:国产源码
  • 软件性质:自由软件
  • 运行环境:Winall,Win2003,WinXP,Win7,Win8
  • 软件等级:
  • 官方网址:homepage
  • 演示地址:demo
  • 软件介绍
  • 软件截图
  • 猜你喜欢
  • 同类推荐
  • 相关文章

软件Tags:

易语言pcre正则应用模块源码



易语言pcre正则应用模块源码


系统结构:GetTextAddress,GetDataAddress,pcre_get_extra,pcre_set_extra,pcre_get_callout_block,pcre_set_callout_block,get_ints,set_ints,malloc,calloc,realloc,free,pcre_get_malloc,pcre_set_malloc,pcre_get_free,pcre_set_free,pcre_get_stack_malloc,pcre_set_stack_malloc,pcre_get_stack_free,pcre_set_stack_free,pcre_get_callout,pcre_set_callout,pcre16_get_malloc,pcre16_set_malloc,pcre16_get_free,pcre16_set_free,pcre16_get_stack_malloc,pcre16_set_stack_malloc,pcre16_get_stack_free,pcre16_set_stack_free,pcre16_get_callout,pcre16_set_callout,pcre32_get_malloc,pcre32_set_malloc,pcre32_get_free,pcre32_set_free,pcre32_get_stack_malloc,pcre32_set_stack_malloc,pcre32_get_stack_free,pcre32_set_stack_free,pcre32_get_callout,pcre32_set_callout,pcre_get_stack_guard,pcre_set_stack_guard,pcre16_get_stack_guard,pcre16_set_stack_guard,pcre32_get_stack_guard,pcre32_set_stack_guard,pcre_compile,pcre16_compile,pcre32_compile,pcre_compile2,pcre16_compile2,pcre32_compile2,pcre_config,pcre16_config,pcre32_config,pcre_copy_named_substring,pcre16_copy_named_substring,pcre32_copy_named_substring,pcre_copy_substring,pcre16_copy_substring,pcre32_copy_substring,pcre_dfa_exec,pcre16_dfa_exec,pcre32_dfa_exec,pcre_exec,pcre16_exec,pcre32_exec,pcre_jit_exec,pcre16_jit_exec,pcre32_jit_exec,pcre_free_substring,pcre16_free_substring,pcre32_free_substring,pcre_free_substring_list,pcre16_free_substring_list,pcre32_free_substring_list,pcre_fullinfo,pcre16_fullinfo,pcre32_fullinfo,pcre_get_named_substring,pcre16_get_named_substring,pcre32_get_named_substring,pcre_get_stringnumber,pcre16_get_stringnumber,pcre32_get_stringnumber,pcre_get_stringtable_entries,pcre16_get_stringtable_entries,pcre32_get_stringtable_entries,pcre_get_substring,pcre16_get_substring,pcre32_get_substring,pcre_get_substring_list,pcre16_get_substring_list,pcre32_get_substring_list,pcre_maketables,pcre16_maketables,pcre32_maketables,pcre_refcount,pcre16_refcount,pcre32_refcount,pcre_study,pcre16_study,pcre32_study,pcre_free_study,pcre16_free_study,pcre32_free_study,pcre_version,pcre16_version,pcre32_version,pcre_pattern_to_host_byte_order,pcre16_pattern_to_host_byte_order,pcre32_pattern_to_host_byte_order,pcre16_utf16_to_host_byte_order,pcre32_utf32_to_host_byte_order,pcre_jit_stack_alloc,pcre16_jit_stack_alloc,pcre32_jit_stack_alloc,pcre_jit_stack_free,pcre16_jit_stack_free,pcre32_jit_stack_free,pcre_assign_jit_stack,pcre16_assign_jit_stack,pcre32_assign_jit_stack,pcre_jit_free_unused_memory,pcre16_jit_free_unused_memory,pcre32_jit_free_unused_memory,


======start
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======function
| |
| |------ GetTextAddress
| |
| |------ GetDataAddress
| |
| |------ pcre_get_extra
| |
| |------ pcre_set_extra
| |
| |------ pcre_get_callout_block
| |
| |------ pcre_set_callout_block
| |
| |------ get_ints
| |
| |------ set_ints
| |
| |
======调用的Dll
| |
| |---[dll]------ malloc
| |
| |---[dll]------ calloc
| |
| |---[dll]------ realloc
| |
| |---[dll]------ free
| |
| |---[dll]------ pcre_get_malloc
| |
| |---[dll]------ pcre_set_malloc
| |
| |---[dll]------ pcre_get_free
| |
| |---[dll]------ pcre_set_free
| |
| |---[dll]------ pcre_get_stack_malloc
| |
| |---[dll]------ pcre_set_stack_malloc
| |
| |---[dll]------ pcre_get_stack_free
| |
| |---[dll]------ pcre_set_stack_free
| |
| |---[dll]------ pcre_get_callout
| |
| |---[dll]------ pcre_set_callout
| |
| |---[dll]------ pcre16_get_malloc
| |
| |---[dll]------ pcre16_set_malloc
| |
| |---[dll]------ pcre16_get_free
| |
| |---[dll]------ pcre16_set_free
| |
| |---[dll]------ pcre16_get_stack_malloc
| |
| |---[dll]------ pcre16_set_stack_malloc
| |
| |---[dll]------ pcre16_get_stack_free
| |
| |---[dll]------ pcre16_set_stack_free
| |
| |---[dll]------ pcre16_get_callout
| |
| |---[dll]------ pcre16_set_callout
| |
| |---[dll]------ pcre32_get_malloc
| |
| |---[dll]------ pcre32_set_malloc
| |
| |---[dll]------ pcre32_get_free
| |
| |---[dll]------ pcre32_set_free
| |
| |---[dll]------ pcre32_get_stack_malloc
| |
| |---[dll]------ pcre32_set_stack_malloc
| |
| |---[dll]------ pcre32_get_stack_free
| |
| |---[dll]------ pcre32_set_stack_free
| |
| |---[dll]------ pcre32_get_callout
| |
| |---[dll]------ pcre32_set_callout
| |
| |---[dll]------ pcre_get_stack_guard
| |
| |---[dll]------ pcre_set_stack_guard
| |
| |---[dll]------ pcre16_get_stack_guard
| |
| |---[dll]------ pcre16_set_stack_guard
| |
| |---[dll]------ pcre32_get_stack_guard
| |
| |---[dll]------ pcre32_set_stack_guard
| |
| |---[dll]------ pcre_compile
| |
| |---[dll]------ pcre16_compile
| |
| |---[dll]------ pcre32_compile
| |
| |---[dll]------ pcre_compile2
| |
| |---[dll]------ pcre16_compile2
| |
| |---[dll]------ pcre32_compile2
| |
| |---[dll]------ pcre_config
| |
| |---[dll]------ pcre16_config
| |
| |---[dll]------ pcre32_config
| |
| |---[dll]------ pcre_copy_named_substring
| |
| |---[dll]------ pcre16_copy_named_substring
| |
| |---[dll]------ pcre32_copy_named_substring
| |
| |---[dll]------ pcre_copy_substring
| |
| |---[dll]------ pcre16_copy_substring
| |
| |---[dll]------ pcre32_copy_substring
| |
| |---[dll]------ pcre_dfa_exec
| |
| |---[dll]------ pcre16_dfa_exec
| |
| |---[dll]------ pcre32_dfa_exec
| |
| |---[dll]------ pcre_exec
| |
| |---[dll]------ pcre16_exec
| |
| |---[dll]------ pcre32_exec
| |
| |---[dll]------ pcre_jit_exec
| |
| |---[dll]------ pcre16_jit_exec
| |
| |---[dll]------ pcre32_jit_exec
| |
| |---[dll]------ pcre_free_substring
| |
| |---[dll]------ pcre16_free_substring
| |
| |---[dll]------ pcre32_free_substring
| |
| |---[dll]------ pcre_free_substring_list
| |
| |---[dll]------ pcre16_free_substring_list
| |
| |---[dll]------ pcre32_free_substring_list
| |
| |---[dll]------ pcre_fullinfo
| |
| |---[dll]------ pcre16_fullinfo
| |
| |---[dll]------ pcre32_fullinfo
| |
| |---[dll]------ pcre_get_named_substring
| |
| |---[dll]------ pcre16_get_named_substring
| |
| |---[dll]------ pcre32_get_named_substring
| |
| |---[dll]------ pcre_get_stringnumber
| |
| |---[dll]------ pcre16_get_stringnumber
| |
| |---[dll]------ pcre32_get_stringnumber
| |
| |---[dll]------ pcre_get_stringtable_entries
| |
| |---[dll]------ pcre16_get_stringtable_entries
| |
| |---[dll]------ pcre32_get_stringtable_entries
| |
| |---[dll]------ pcre_get_substring
| |
| |---[dll]------ pcre16_get_substring
| |
| |---[dll]------ pcre32_get_substring
| |
| |---[dll]------ pcre_get_substring_list
| |
| |---[dll]------ pcre16_get_substring_list
| |
| |---[dll]------ pcre32_get_substring_list
| |
| |---[dll]------ pcre_maketables
| |
| |---[dll]------ pcre16_maketables
| |
| |---[dll]------ pcre32_maketables
| |
| |---[dll]------ pcre_refcount
| |
| |---[dll]------ pcre16_refcount
| |
| |---[dll]------ pcre32_refcount
| |
| |---[dll]------ pcre_study
| |
| |---[dll]------ pcre16_study
| |
| |---[dll]------ pcre32_study
| |
| |---[dll]------ pcre_free_study
| |
| |---[dll]------ pcre16_free_study
| |
| |---[dll]------ pcre32_free_study
| |
| |---[dll]------ pcre_version
| |
| |---[dll]------ pcre16_version
| |
| |---[dll]------ pcre32_version
| |
| |---[dll]------ pcre_pattern_to_host_byte_order
| |
| |---[dll]------ pcre16_pattern_to_host_byte_order
| |
| |---[dll]------ pcre32_pattern_to_host_byte_order
| |
| |---[dll]------ pcre16_utf16_to_host_byte_order
| |
| |---[dll]------ pcre32_utf32_to_host_byte_order
| |
| |---[dll]------ pcre_jit_stack_alloc
| |
| |---[dll]------ pcre16_jit_stack_alloc
| |
| |---[dll]------ pcre32_jit_stack_alloc
| |
| |---[dll]------ pcre_jit_stack_free
| |
| |---[dll]------ pcre16_jit_stack_free
| |
| |---[dll]------ pcre32_jit_stack_free
| |
| |---[dll]------ pcre_assign_jit_stack
| |
| |---[dll]------ pcre16_assign_jit_stack
| |
| |---[dll]------ pcre32_assign_jit_stack
| |
| |---[dll]------ pcre_jit_free_unused_memory
| |
| |---[dll]------ pcre16_jit_free_unused_memory
| |
| |---[dll]------ pcre32_jit_free_unused_memory



调用的DLL命令:


.DLL命令 malloc, 整数型, "pcre.dll", "malloc_dll", 公开
.参数 size, 整数型


.DLL命令 calloc, 整数型, "pcre.dll", "calloc_dll", 公开
.参数 Count, 整数型
.参数 Size, 整数型


.DLL命令 realloc, 整数型, "pcre.dll", "realloc_dll", 公开
.参数 Memory, 整数型
.参数 NewSize, 整数型


.DLL命令 free, , "pcre.dll", "free_dll", 公开
.参数 Memory, 整数型


.DLL命令 pcre_get_malloc, 整数型, "pcre.dll", "pcre_get_malloc_dll", 公开


.DLL命令 pcre_set_malloc, , "pcre.dll", "pcre_set_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_get_free, 整数型, "pcre.dll", "pcre_get_free_dll", 公开


.DLL命令 pcre_set_free, , "pcre.dll", "pcre_set_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_get_stack_malloc, 整数型, "pcre.dll", "pcre_get_stack_malloc_dll", 公开


.DLL命令 pcre_set_stack_malloc, , "pcre.dll", "pcre_set_stack_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_get_stack_free, 整数型, "pcre.dll", "pcre_get_stack_free_dll", 公开


.DLL命令 pcre_set_stack_free, , "pcre.dll", "pcre_set_stack_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_get_callout, 整数型, "pcre.dll", "pcre_get_callout_dll", 公开


.DLL命令 pcre_set_callout, , "pcre.dll", "pcre_set_callout_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_malloc, 整数型, "pcre.dll", "pcre16_get_malloc_dll", 公开


.DLL命令 pcre16_set_malloc, , "pcre.dll", "pcre16_set_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_free, 整数型, "pcre.dll", "pcre16_get_free_dll", 公开


.DLL命令 pcre16_set_free, , "pcre.dll", "pcre16_set_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_stack_malloc, 整数型, "pcre.dll", "pcre16_get_stack_malloc_dll", 公开


.DLL命令 pcre16_set_stack_malloc, , "pcre.dll", "pcre16_set_stack_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_stack_free, 整数型, "pcre.dll", "pcre16_get_stack_free_dll", 公开


.DLL命令 pcre16_set_stack_free, , "pcre.dll", "pcre16_set_stack_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_callout, 整数型, "pcre.dll", "pcre16_get_callout_dll", 公开


.DLL命令 pcre16_set_callout, , "pcre.dll", "pcre16_set_callout_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_malloc, 整数型, "pcre.dll", "pcre32_get_malloc_dll", 公开


.DLL命令 pcre32_set_malloc, , "pcre.dll", "pcre32_set_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_free, 整数型, "pcre.dll", "pcre32_get_free_dll", 公开


.DLL命令 pcre32_set_free, , "pcre.dll", "pcre32_set_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_stack_malloc, 整数型, "pcre.dll", "pcre32_get_stack_malloc_dll", 公开


.DLL命令 pcre32_set_stack_malloc, , "pcre.dll", "pcre32_set_stack_malloc_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_stack_free, 整数型, "pcre.dll", "pcre32_get_stack_free_dll", 公开


.DLL命令 pcre32_set_stack_free, , "pcre.dll", "pcre32_set_stack_free_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_callout, 整数型, "pcre.dll", "pcre32_get_callout_dll", 公开


.DLL命令 pcre32_set_callout, , "pcre.dll", "pcre32_set_callout_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_get_stack_guard, 整数型, "pcre.dll", "pcre_get_stack_guard_dll", 公开


.DLL命令 pcre_set_stack_guard, , "pcre.dll", "pcre_set_stack_guard_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre16_get_stack_guard, 整数型, "pcre.dll", "pcre16_get_stack_guard_dll", 公开


.DLL命令 pcre16_set_stack_guard, , "pcre.dll", "pcre16_set_stack_guard_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre32_get_stack_guard, 整数型, "pcre.dll", "pcre32_get_stack_guard_dll", 公开


.DLL命令 pcre32_set_stack_guard, , "pcre.dll", "pcre32_set_stack_guard_dll", 公开
.参数 Address, 整数型


.DLL命令 pcre_compile, 整数型, "pcre.dll", "pcre_compile_dll", 公开, pcre *
.参数 pattern, 整数型, , const char *
.参数 options, 整数型, , int
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre16_compile, 整数型, "pcre.dll", "pcre16_compile_dll", 公开, pcre16 *
.参数 pattern, 整数型, , const unsigned short *
.参数 options, 整数型, , int
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre32_compile, 整数型, "pcre.dll", "pcre32_compile_dll", 公开, pcre32 *
.参数 pattern, 整数型, , const unsigned int *
.参数 options, 整数型, , int
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre_compile2, 整数型, "pcre.dll", "pcre_compile2_dll", 公开, pcre *
.参数 pattern, 整数型, , const char *
.参数 options, 整数型, , int
.参数 errorcodeptr, 整数型, , int *
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre16_compile2, 整数型, "pcre.dll", "pcre16_compile2_dll", 公开, pcre16 *
.参数 pattern, 整数型, , const unsigned short *
.参数 options, 整数型, , int
.参数 errorcodeptr, 整数型, , int *
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre32_compile2, 整数型, "pcre.dll", "pcre32_compile2_dll", 公开, pcre32 *
.参数 pattern, 整数型, , const unsigned int *
.参数 options, 整数型, , int
.参数 errorcodeptr, 整数型, , int *
.参数 errptr, 整数型, , const char **
.参数 erroffset, 整数型, , int *
.参数 tableptr, 整数型, , const unsigned char *


.DLL命令 pcre_config, 整数型, "pcre.dll", "pcre_config_dll", 公开, int
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre16_config, 整数型, "pcre.dll", "pcre16_config_dll", 公开, int
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre32_config, 整数型, "pcre.dll", "pcre32_config_dll", 公开, int
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre_copy_named_substring, 整数型, "pcre.dll", "pcre_copy_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 subject, 整数型, , const char *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const char *
.参数 buffer, 整数型, , char *
.参数 buffersize, 整数型, , int


.DLL命令 pcre16_copy_named_substring, 整数型, "pcre.dll", "pcre16_copy_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 subject, 整数型, , const unsigned short *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const unsigned short *
.参数 buffer, 整数型, , unsigned short *
.参数 buffersize, 整数型, , int


.DLL命令 pcre32_copy_named_substring, 整数型, "pcre.dll", "pcre32_copy_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 subject, 整数型, , const unsigned int *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const unsigned int *
.参数 buffer, 整数型, , unsigned int *
.参数 buffersize, 整数型, , int


.DLL命令 pcre_copy_substring, 整数型, "pcre.dll", "pcre_copy_substring_dll", 公开, int
.参数 subject, 整数型, , const char *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 buffer, 整数型, , char *
.参数 buffersize, 整数型, , int


.DLL命令 pcre16_copy_substring, 整数型, "pcre.dll", "pcre16_copy_substring_dll", 公开, int
.参数 subject, 整数型, , const unsigned short *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 buffer, 整数型, , unsigned short *
.参数 buffersize, 整数型, , int


.DLL命令 pcre32_copy_substring, 整数型, "pcre.dll", "pcre32_copy_substring_dll", 公开, int
.参数 subject, 整数型, , const unsigned int *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 buffer, 整数型, , unsigned int *
.参数 buffersize, 整数型, , int


.DLL命令 pcre_dfa_exec, 整数型, "pcre.dll", "pcre_dfa_exec_dll0", 公开, int
.参数 code, 整数型, , const pcre *
.参数 extra, 整数型, , const pcre_extra *
.参数 subject, 整数型, , const char *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int
.参数 workspace, 整数型, , int *
.参数 wscount, 整数型, , int


.DLL命令 pcre16_dfa_exec, 整数型, "pcre.dll", "pcre16_dfa_exec_dll0", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 extra, 整数型, , const pcre16_extra *
.参数 subject, 整数型, , const unsigned short *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int
.参数 workspace, 整数型, , int *
.参数 wscount, 整数型, , int


.DLL命令 pcre32_dfa_exec, 整数型, "pcre.dll", "pcre32_dfa_exec_dll0", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 extra, 整数型, , const pcre32_extra *
.参数 subject, 整数型, , const unsigned int *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int
.参数 workspace, 整数型, , int *
.参数 wscount, 整数型, , int


.DLL命令 pcre_exec, 整数型, "pcre.dll", "pcre_exec_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 extra, 整数型, , const pcre_extra *
.参数 subject, 整数型, , const char *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int


.DLL命令 pcre16_exec, 整数型, "pcre.dll", "pcre16_exec_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 extra, 整数型, , const pcre16_extra *
.参数 subject, 整数型, , const unsigned short *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int


.DLL命令 pcre32_exec, 整数型, "pcre.dll", "pcre32_exec_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 extra, 整数型, , const pcre32_extra *
.参数 subject, 整数型, , const unsigned int *
.参数 length, 整数型, , int
.参数 startoffset, 整数型, , int
.参数 options, 整数型, , int
.参数 ovector, 整数型, , int *
.参数 ovecsize, 整数型, , int


.DLL命令 pcre_jit_exec, 整数型, "pcre.dll", "pcre_jit_exec_dll", 公开, int
.参数 argument_re, 整数型, , const pcre *
.参数 extra_data, 整数型, , const pcre_extra *
.参数 subject, 整数型, , const char *
.参数 length, 整数型, , int
.参数 start_offset, 整数型, , int
.参数 options, 整数型, , int
.参数 offsets, 整数型, , int *
.参数 offsetcount, 整数型, , int
.参数 stack, 整数型, , pcre_jit_stack *


.DLL命令 pcre16_jit_exec, 整数型, "pcre.dll", "pcre16_jit_exec_dll", 公开, int
.参数 argument_re, 整数型, , const pcre16 *
.参数 extra_data, 整数型, , const pcre16_extra *
.参数 subject, 整数型, , const unsigned short *
.参数 length, 整数型, , int
.参数 start_offset, 整数型, , int
.参数 options, 整数型, , int
.参数 offsets, 整数型, , int *
.参数 offsetcount, 整数型, , int
.参数 stack, 整数型, , pcre16_jit_stack *


.DLL命令 pcre32_jit_exec, 整数型, "pcre.dll", "pcre32_jit_exec_dll", 公开, int
.参数 argument_re, 整数型, , const pcre32 *
.参数 extra_data, 整数型, , const pcre32_extra *
.参数 subject, 整数型, , const unsigned int *
.参数 length, 整数型, , int
.参数 start_offset, 整数型, , int
.参数 options, 整数型, , int
.参数 offsets, 整数型, , int *
.参数 offsetcount, 整数型, , int
.参数 stack, 整数型, , pcre32_jit_stack *


.DLL命令 pcre_free_substring, , "pcre.dll", "pcre_free_substring_dll", 公开, void
.参数 stringptr, 整数型, , const char *


.DLL命令 pcre16_free_substring, , "pcre.dll", "pcre16_free_substring_dll", 公开, void
.参数 stringptr, 整数型, , const unsigned short *


.DLL命令 pcre32_free_substring, , "pcre.dll", "pcre32_free_substring_dll", 公开, void
.参数 stringptr, 整数型, , const unsigned int *


.DLL命令 pcre_free_substring_list, , "pcre.dll", "pcre_free_substring_list_dll", 公开, void
.参数 stringptr, 整数型, , const char **


.DLL命令 pcre16_free_substring_list, , "pcre.dll", "pcre16_free_substring_list_dll", 公开, void
.参数 stringptr, 整数型, , const unsigned short **


.DLL命令 pcre32_free_substring_list, , "pcre.dll", "pcre32_free_substring_list_dll", 公开, void
.参数 stringptr, 整数型, , const unsigned int **


.DLL命令 pcre_fullinfo, 整数型, "pcre.dll", "pcre_fullinfo_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 extra, 整数型, , const pcre_extra *
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre16_fullinfo, 整数型, "pcre.dll", "pcre16_fullinfo_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 extra, 整数型, , const pcre16_extra *
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre32_fullinfo, 整数型, "pcre.dll", "pcre32_fullinfo_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 extra, 整数型, , const pcre32_extra *
.参数 what, 整数型, , int
.参数 where, 整数型, , void *


.DLL命令 pcre_get_named_substring, 整数型, "pcre.dll", "pcre_get_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 subject, 整数型, , const char *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const char *
.参数 stringptr, 整数型, , const char **


.DLL命令 pcre16_get_named_substring, 整数型, "pcre.dll", "pcre16_get_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 subject, 整数型, , const unsigned short *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const unsigned short *
.参数 stringptr, 整数型, , const unsigned short **


.DLL命令 pcre32_get_named_substring, 整数型, "pcre.dll", "pcre32_get_named_substring_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 subject, 整数型, , const unsigned int *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringname, 整数型, , const unsigned int *
.参数 stringptr, 整数型, , const unsigned int **


.DLL命令 pcre_get_stringnumber, 整数型, "pcre.dll", "pcre_get_stringnumber_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 name, 整数型, , const char *


.DLL命令 pcre16_get_stringnumber, 整数型, "pcre.dll", "pcre16_get_stringnumber_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 name, 整数型, , const unsigned short *


.DLL命令 pcre32_get_stringnumber, 整数型, "pcre.dll", "pcre32_get_stringnumber_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 name, 整数型, , const unsigned int *


.DLL命令 pcre_get_stringtable_entries, 整数型, "pcre.dll", "pcre_get_stringtable_entries_dll", 公开, int
.参数 code, 整数型, , const pcre *
.参数 name, 整数型, , const char *
.参数 first, 整数型, , char **
.参数 last, 整数型, , char **


.DLL命令 pcre16_get_stringtable_entries, 整数型, "pcre.dll", "pcre16_get_stringtable_entries_dll", 公开, int
.参数 code, 整数型, , const pcre16 *
.参数 name, 整数型, , const unsigned short *
.参数 first, 整数型, , unsigned short **
.参数 last, 整数型, , unsigned short **


.DLL命令 pcre32_get_stringtable_entries, 整数型, "pcre.dll", "pcre32_get_stringtable_entries_dll", 公开, int
.参数 code, 整数型, , const pcre32 *
.参数 name, 整数型, , const unsigned int *
.参数 first, 整数型, , unsigned int **
.参数 last, 整数型, , unsigned int **


.DLL命令 pcre_get_substring, 整数型, "pcre.dll", "pcre_get_substring_dll", 公开, int
.参数 subject, 整数型, , const char *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 stringptr, 整数型, , const char **


.DLL命令 pcre16_get_substring, 整数型, "pcre.dll", "pcre16_get_substring_dll", 公开, int
.参数 subject, 整数型, , const unsigned short *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 stringptr, 整数型, , const unsigned short **


.DLL命令 pcre32_get_substring, 整数型, "pcre.dll", "pcre32_get_substring_dll", 公开, int
.参数 subject, 整数型, , const unsigned int *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 stringnumber, 整数型, , int
.参数 stringptr, 整数型, , const unsigned int **


.DLL命令 pcre_get_substring_list, 整数型, "pcre.dll", "pcre_get_substring_list_dll", 公开, int
.参数 subject, 整数型, , const char *
.参数 ovector, 整数型, , int *
.参数 stringcount, 整数型, , int
.参数 listptr,&n

展开内容

下载地址

推荐文章

友情链接关于我们下载帮助(?)联系我们投诉举报

CopyRight © 2010-2023 易采下载 Easck.com , All Rights Reserved 版权所有 蒙ICP备14002389号

声明: 本站所有软件和文章来自互联网 如有异议 请与本站联系

声明: