Searched defs:extra (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.c | 267 pcre_extra *extra = pce->extra; in make_subpats_table() local 322 pcre_extra *extra; in pcre_get_compiled_regex_cache() local 635 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex() 652 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex() 735 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl() local 1175 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl() local 1797 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_split_impl() local 2070 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl() local
|
H A D | php_pcre.h | 48 pcre_extra *extra; member
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | div.c | 94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 339 unsigned int extra = 0; in pcre_printint() local
|
H A D | pcre_study.c | 1665 pcre_free_study(pcre_extra *extra) in pcre_free_study()
|
H A D | pcre_jit_compile.c | 10633 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack() 10704 pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata) in pcre_assign_jit_stack()
|
/PHP-7.1/ext/ftp/ |
H A D | ftp.h | 65 char *extra; /* extra characters */ member
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2137 goodchar(unsigned char x, const char *extra) in goodchar() 2144 zend_off_t off, size_t len, const char *name, const char *extra, int nt) in parse_extra()
|
/PHP-7.1/ |
H A D | run-tests.php | 2640 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null)
|
/PHP-7.1/Zend/ |
H A D | zend_virtual_cwd.c | 1978 int dir_length, extra = 0; in virtual_popen() local
|
H A D | zend_types.h | 142 uint32_t extra; /* not further specified */ member
|
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 228 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument
|
Completed in 93 milliseconds