HomeSort by relevance Sort by last modified time
    Searched defs:regex_t (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 32 #define regex_t onig_regex_t macro
34 #undef regex_t macro
136 regcomp(regex_t* reg, const char* pattern, int posix_options)
168 regexec(regex_t* reg, const char* str, size_t nmatch,
226 regfree(regex_t* reg)
266 reg_name_to_group_numbers(regex_t* reg,
273 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*);
274 regex_t* reg;
288 reg_foreach_name(regex_t* reg,
289 int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*),
    [all...]
onigposix.h 82 /* POSIX regex_t */
84 void* onig; /* Oniguruma regex_t* */
87 } regex_t; typedef in typeref:struct:__anon8283
154 ONIG_EXTERN int regcomp P_((regex_t* reg, const char* pat, int options));
155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options));
156 ONIG_EXTERN void regfree P_((regex_t* reg));
157 ONIG_EXTERN size_t regerror P_((int code, const regex_t* reg, char* buf, size_t size));
161 ONIG_EXTERN int reg_name_to_group_numbers P_((regex_t* reg, const unsigned char* name, const unsigned char* name_end, int** nums));
162 ONIG_EXTERN int reg_foreach_name P_((regex_t* reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), void* arg));
    [all...]
oniguruma.h 649 /* regex_t state */
698 /* regex_t link chain */
705 typedef OnigRegexType regex_t; typedef
    [all...]
  /bionic/libc/include/
regex.h 54 } regex_t; typedef in typeref:struct:__anon303
100 int regcomp(regex_t* __re, const char* __regex, int __flags);
101 size_t regerror(int __error_code, const regex_t* __re, char* __buf, size_t __n);
102 int regexec(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int __flags);
103 void regfree(regex_t* __re);
  /external/pcre/dist2/src/
pcre2posix.h 102 } regex_t; typedef in typeref:struct:__anon30969
137 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
138 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
140 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
141 PCRE2POSIX_EXP_DECL void regfree(regex_t *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 439 typedef struct re_pattern_buffer regex_t;
580 extern int regcomp (regex_t *__restrict __preg,
584 extern int regexec (const regex_t *__restrict __preg,
589 extern size_t regerror (int __errcode, const regex_t *__restrict __preg,
592 extern void regfree (regex_t *__preg);
436 typedef struct re_pattern_buffer regex_t; typedef in typeref:struct:re_pattern_buffer
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 401 typedef struct re_pattern_buffer regex_t;
539 extern int regcomp (regex_t *__restrict __preg,
546 extern int regexec (const regex_t *__restrict __preg,
551 extern size_t regerror (int __errcode, const regex_t *__preg,
554 extern void regfree (regex_t *__preg);
398 typedef struct re_pattern_buffer regex_t; typedef in typeref:struct:re_pattern_buffer

Completed in 285 milliseconds