Searched refs:PCRE_SPTR16 (Results 1 - 6 of 6) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre.h | 349 #ifndef PCRE_SPTR16 350 #define PCRE_SPTR16 const PCRE_UCHAR16 * macro 445 PCRE_SPTR16 subject; /* The subject being matched */ 542 PCRE_EXP_DECL pcre16 *pcre16_compile(PCRE_SPTR16, int, const char **, int *, 548 PCRE_EXP_DECL pcre16 *pcre16_compile2(PCRE_SPTR16, int, int *, const char **, 557 PCRE_EXP_DECL int pcre16_copy_named_substring(const pcre16 *, PCRE_SPTR16, 558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int); 563 PCRE_EXP_DECL int pcre16_copy_substring(PCRE_SPTR16, int *, int, int, 570 PCRE_SPTR16, int, int, int, int *, int , int *, int); 576 PCRE_SPTR16, in [all...] |
H A D | pcre_get.c | 73 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) 154 pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname, 264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector) 339 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount, 395 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject, 396 int *ovector, int stringcount, PCRE_SPTR16 stringname, 445 pcre16_get_substring_list(PCRE_SPTR16 subject, int *ovector, int stringcount, 446 PCRE_SPTR16 **listptr) 468 *listptr = (PCRE_SPTR16 *)stringlist; 506 pcre16_free_substring_list(PCRE_SPTR16 *pointe [all...] |
H A D | pcre_dfa_exec.c | 2711 cb.subject = (PCRE_SPTR16)start_subject; 3064 cb.subject = (PCRE_SPTR16)start_subject; 3182 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
|
H A D | pcre_exec.c | 1317 cb.subject = (PCRE_SPTR16)md->start_subject; 1712 cb.subject = (PCRE_SPTR16)md->start_subject; 6341 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
|
H A D | pcre_compile.c | 8756 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr, 8780 pcre16_compile2(PCRE_SPTR16 pattern, int options, int *errorcodeptr,
|
H A D | pcre_jit_compile.c | 6327 callout_block->subject = (PCRE_SPTR16)begin; 10461 PCRE_SPTR16 subject, int length, int start_offset, int options,
|
Completed in 102 milliseconds