Home
last modified time | relevance | path

Searched defs:extra (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c249 pcre_extra *extra = pce->extra; in make_subpats_table() local
304 pcre_extra *extra; in pcre_get_compiled_regex_cache() local
615 PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options) in pcre_get_compiled_regex()
632 PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, … in pcre_get_compiled_regex_ex()
715 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl() local
1155 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl() local
1777 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_split_impl() local
2050 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl() local
H A Dphp_pcre.h48 pcre_extra *extra; member
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c339 unsigned int extra = 0; in pcre_printint() local
H A Dpcre_study.c1665 pcre_free_study(pcre_extra *extra) in pcre_free_study()
H A Dpcre_jit_compile.c10633 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.0/ext/ftp/
H A Dftp.h65 char *extra; /* extra characters */ member
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c2137 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.0/
H A Drun-tests.php2662 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null)
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1875 int dir_length, extra = 0; in virtual_popen() local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.c228 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument

Completed in 69 milliseconds