Searched refs:PCRE_SPTR16 (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre.h | 349 #ifndef PCRE_SPTR16 350 #define PCRE_SPTR16 const PCRE_UCHAR16 * macro 558 int *, int, PCRE_SPTR16, PCRE_UCHAR16 *, int); 576 PCRE_SPTR16, int, int, int, int *, int); 583 PCRE_SPTR16, int, int, int, int *, int, 589 PCRE_EXP_DECL void pcre16_free_substring(PCRE_SPTR16); 592 PCRE_EXP_DECL void pcre16_free_substring_list(PCRE_SPTR16 *); 603 int *, int, PCRE_SPTR16, PCRE_SPTR16 *); 618 PCRE_SPTR16 *); 624 PCRE_SPTR16 **); [all …]
|
H A D | pcre_get.c | 71 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname) in pcre_get_stringnumber() 394 int *ovector, int stringcount, PCRE_SPTR16 stringname, in pcre_copy_named_substring() 444 PCRE_SPTR16 **listptr) in pcre_get_substring_list() 466 *listptr = (PCRE_SPTR16 *)stringlist; in pcre_get_substring_list() 504 pcre16_free_substring_list(PCRE_SPTR16 *pointer) in pcre_free_substring_list() 547 int stringnumber, PCRE_SPTR16 *stringptr) in pcre_get_substring() 567 *stringptr = (PCRE_SPTR16)substring; in pcre_get_substring() 610 pcre16_get_named_substring(const pcre16 *code, PCRE_SPTR16 subject, in pcre_get_named_substring() 611 int *ovector, int stringcount, PCRE_SPTR16 stringname, in pcre_get_named_substring() 612 PCRE_SPTR16 *stringptr) in pcre_get_named_substring() [all …]
|
H A D | pcre_exec.c | 1303 cb.subject = (PCRE_SPTR16)md->start_subject; in match() 1713 cb.subject = (PCRE_SPTR16)md->start_subject; in match() 6351 PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
|
H A D | pcre_compile.c | 8967 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr, in pcre_compile() 8991 pcre16_compile2(PCRE_SPTR16 pattern, int options, int *errorcodeptr, in pcre_compile2()
|
H A D | pcre_jit_compile.c | 6379 callout_block->subject = (PCRE_SPTR16)begin; in do_callout() 10491 PCRE_SPTR16 subject, int length, int start_offset, int options, in pcre_jit_exec()
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 225 PCRE_SPTR16 subject, int length, int startoffset, 237 PCRE_SPTR16 subject, int *ovector, 238 int stringcount, PCRE_SPTR16 stringname, 246 PCRE_SPTR16 subject, int *ovector, 247 int stringcount, PCRE_SPTR16 stringname, 248 PCRE_SPTR16 *stringptr); 251 PCRE_SPTR16 name); 258 PCRE_SPTR16 *stringptr); 260 int pcre16_get_substring_list(PCRE_SPTR16 subject, 263 void pcre16_free_substring(PCRE_SPTR16 stringptr); [all …]
|
Completed in 78 milliseconds