Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c192 pcre_extra *extra = pce->extra; in make_subpats_table() local
257 pcre_extra *extra; in pcre_get_compiled_regex_cache() local
502 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) in pcre_get_compiled_regex()
519 PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *co… in pcre_get_compiled_regex_ex()
595 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_match_impl() local
1070 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_replace_impl() local
1568 pcre_extra *extra = NULL; /* Holds results of studying */ in php_pcre_split_impl() local
1852 pcre_extra *extra = pce->extra;/* Holds results of studying */ in php_pcre_grep_impl() local
H A Dphp_pcre.h45 pcre_extra *extra; member
/PHP-5.6/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-5.6/ext/ftp/
H A Dftp.h65 char *extra; /* extra characters */ member
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_study.c1667 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-5.6/Zend/
H A Dzend_execute.h243 …int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1… in zend_vm_stack_alloc() local
H A Dzend_virtual_cwd.c1900 int dir_length, extra = 0; in virtual_popen() local
/PHP-5.6/
H A Drun-tests.php2567 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null)
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitLir.c228 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument

Completed in 75 milliseconds