• 当前位置: 首页 > 系统II类源码 > 模块控件源码易语言pcre正则应用模块源码
  • 易语言pcre正则应用模块源码

    • 软件授权:
      开源软件
    • 软件大小:
      264.4 KB
    • 文件类型:
      .zip,.e
    • 下载次数:
    • 上传用户:
      心脏
    • 发布时间:
      2018-10-24 17:04
    • 软件等阶:
    • 运行环境:
      Winall,Win2003,WinXP,Win7,Win8
    • 软件评级:

    软件介绍             



     

    易语言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

      


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


    调用的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

    相关软件

    下载说明

    本站目前主要提供易语言源码、模块、支持库等下载大部分源码均为ZIP打包,
    注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
    部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
    由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。

    使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。

     

    推荐排行

    • 易语言卷帘工具箱源码

      易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言仅用核心支持库实

      易语言仅用核心支持库实现对外部数据库的操作ADODB操作外部数据库例程源码,根据村组查询数据,数据库_读取数据到高级表格,数据库_保存高级表格数据到数据库,数据库_读取数据到列表...

    • 易语言两个文件内存中通

      易语言两个文件内存中通讯源码,子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错...

    • 易语言易模块管理器Incl

      易语言易模块管理器Include目录源码,CopyTo_CreateProcessDebugInfo,CopyTo_CreateThreadDebugInfo,CopyTo_ExitThreadDebugInfo,CopyTo_ExitProcessDebugInfo,CopyTo_LoadDllDebugInfo,CopyTo_UnloadDllDebugInfo,CopyTo_ExceptionDebugInfo,Copy...

    • 易语言卷帘工具箱源码

      易语言卷帘工具箱源码,初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...

    • 文件读写和文件映射模块

      子程序1,打开文件,生成空文件,生成重复字节文件,移到文件首,移到文件尾,移动读写位置,取读写位置,关闭文件,取文件长度,写出字节集,是否在文件尾,取错误信息,读入字节集,读入2M字节集,清除文件缓冲区,读入文本,写出文本,写文本行,读入一行,插入字节集,取文件号...

    • 怪怪专用工具箱

      初始化卷帘,取星期,更换风格,搜索文件,线程搜索,修改底色,获取信息,取信息记录,取网络信息...