/PHP-5.4/Zend/ |
H A D | zend_ini.c | 553 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 555 char *base; in ZEND_INI_MH() local 582 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 584 char *base; in ZEND_INI_MH() local 600 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 602 char *base; in ZEND_INI_MH() local 623 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 625 char *base; in ZEND_INI_MH() local 641 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 643 char *base; in ZEND_INI_MH() local [all …]
|
H A D | zend_qsort.c | 56 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC) in zend_qsort()
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitExecAllocator.c | 139 #define AS_BLOCK_HEADER(base, offset) \ argument 141 #define AS_FREE_BLOCK(base, offset) \ argument 143 #define MEM_START(base) ((void*)(((sljit_ub*)base) + sizeof(struct block_header))) argument
|
H A D | sljitUtils.c | 209 } base; in sljit_allocate_stack() local
|
H A D | sljitNativeMIPS_common.c | 545 sljit_ins base; in sljit_emit_enter() local 617 sljit_ins base; in sljit_emit_return() local 744 sljit_si tmp_ar, base, delay_slot; in getput_arg() local
|
H A D | sljitNativeTILEGX_64.c | 1180 sljit_ins base; in sljit_emit_enter() local 1248 sljit_ins base; in sljit_emit_return() local 1377 sljit_si tmp_ar, base; in getput_arg() local
|
/PHP-5.4/ext/soap/interop/ |
H A D | index.php | 10 $base = (isset($_SERVER['HTTPS'])?"https://":"http://").$server.dirname($_SERVER['PHP_SELF'])."/int… variable
|
H A D | client_round2_interop.php | 176 function getEndpoints($base = 'base', $all = 0) { 192 function _getEndpoints($base = "", $all = 0) {
|
/PHP-5.4/ext/spl/examples/ |
H A D | class_tree.php | 37 function __construct($base, $check_interfaces = false)
|
/PHP-5.4/win32/ |
H A D | strtoi64.c | 8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64()
|
/PHP-5.4/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale TSRMLS_DC) in bc_raisemod()
|
H A D | output.c | 98 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 86 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
|
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 197 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 217 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 245 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 639 xmlAttrPtr base; in schema_restriction_simpleContent() local 743 xmlAttrPtr base; in schema_restriction_complexContent() local 869 xmlAttrPtr base; in schema_extension_simpleContent() local 924 xmlAttrPtr base; in schema_extension_complexContent() local
|
/PHP-5.4/ext/session/ |
H A D | session.c | 717 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 719 char *base; in ZEND_INI_MH() local
|
/PHP-5.4/main/ |
H A D | fopen_wrappers.c | 88 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 90 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
|
H A D | mergesort.c | 105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
|
/PHP-5.4/ext/standard/ |
H A D | math.c | 699 double num, base = 0; in PHP_FUNCTION() local 794 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 839 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
|
H A D | type.c | 138 int base; in PHP_FUNCTION() local
|
H A D | scanf.c | 590 int base = 0; in php_sscanf_internal() local
|
/PHP-5.4/ext/intl/collator/ |
H A D | collator_is_numeric.c | 128 static long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
|
/PHP-5.4/ext/date/lib/ |
H A D | tm2unixtime.c | 170 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 1051 const XML_Char *base, in _xml_unparsedEntityDeclHandler() 1077 const XML_Char *base, in _xml_notationDeclHandler() 1101 const XML_Char *base, in _xml_externalEntityRefHandler()
|
/PHP-5.4/ext/gmp/ |
H A D | gmp.c | 732 long base=0; in ZEND_FUNCTION() local 779 long base = 10; local
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 2114 function _inner_glob(base, p, parts) argument
|