Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_ini.c589 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
591 char *base; in ZEND_INI_MH() local
607 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
609 char *base; in ZEND_INI_MH() local
625 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
627 char *base; in ZEND_INI_MH() local
648 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
650 char *base; in ZEND_INI_MH() local
666 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
668 char *base; in ZEND_INI_MH() local
[all …]
H A Dzend_long.h65 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
66 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
77 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
84 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
85 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_sort.c26 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort()
151 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
315 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
H A Dzend.c144 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
146 char *base; in ZEND_INI_MH() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c106 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
108 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
146 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
148 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
190 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
192 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
229 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
231 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c213 #define AS_BLOCK_HEADER(base, offset) \ argument
215 #define AS_FREE_BLOCK(base, offset) \ argument
217 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header))) argument
H A DsljitProtExecAllocator.c276 #define AS_BLOCK_HEADER(base, offset) \ argument
278 #define AS_FREE_BLOCK(base, offset) \ argument
280 #define MEM_START(base) ((void*)((base) + 1)) argument
H A DsljitNativeMIPS_common.c755 sljit_ins base; in sljit_emit_enter() local
830 sljit_ins base; in sljit_emit_return() local
957 sljit_s32 tmp_ar, base, delay_slot; in getput_arg() local
1045 sljit_s32 tmp_ar, base, delay_slot; in emit_op_mem() local
H A DsljitNativeTILEGX_64.c1179 sljit_ins base; in sljit_emit_enter() local
1242 sljit_ins base; in sljit_emit_return() local
1342 sljit_s32 tmp_ar, base; in getput_arg() local
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Draisemod.c63 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
H A Doutput.c97 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
/PHP-7.4/ext/standard/
H A Dmath.c690 double num, base = 0; in PHP_FUNCTION() local
805 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
849 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
932 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
963 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
H A Dtype.c106 zend_long base = 10; in PHP_FUNCTION() local
H A Dscanf.c585 int base = 0; in php_sscanf_internal() local
/PHP-7.4/ext/soap/
H A Dphp_schema.c196 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
216 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
244 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
640 xmlAttrPtr base; in schema_restriction_simpleContent() local
744 xmlAttrPtr base; in schema_restriction_complexContent() local
870 xmlAttrPtr base; in schema_extension_simpleContent() local
925 xmlAttrPtr base; in schema_extension_complexContent() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace_mach.c84 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
/PHP-7.4/main/
H A Dfopen_wrappers.c80 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
82 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
H A Dmergesort.c103 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c117 static zend_long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h97 phpdbg_breakopline_t *base; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c312 PCRE2_UCHAR base; in get_chr_property_list() local
/PHP-7.4/ext/zlib/
H A Dzlib.c1432 char *base = (char *) mh_arg2; in PHP_INI_MH() local
1434 char *base; in PHP_INI_MH() local
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c183 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
/PHP-7.4/ext/xml/
H A Dxml.c1002 const XML_Char *base, in _xml_unparsedEntityDeclHandler()
1027 const XML_Char *base, in _xml_notationDeclHandler()
1050 const XML_Char *base, in _xml_externalEntityRefHandler()
/PHP-7.4/ext/gmp/
H A Dgmp.c723 static int convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base) in convert_to_gmp()
764 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
1025 zend_long base = 0; in ZEND_FUNCTION() local
1178 zend_long base = 10; in ZEND_FUNCTION() local

Completed in 131 milliseconds

12