Home
last modified time | relevance | path

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

12

/PHP-7.0/Zend/
H A Dzend_ini.c623 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
625 char *base; in ZEND_INI_MH() local
652 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
654 char *base; in ZEND_INI_MH() local
670 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
672 char *base; in ZEND_INI_MH() local
693 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
695 char *base; in ZEND_INI_MH() local
711 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
713 char *base; in ZEND_INI_MH() local
[all …]
H A Dzend_long.h67 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
68 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
79 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
80 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
86 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
87 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_sort.c28 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t … in zend_qsort()
153 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
317 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
/PHP-7.0/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.0/ext/pcre/pcrelib/sljit/
H A DsljitExecAllocator.c139 #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 DsljitUtils.c209 } base; in sljit_allocate_stack() local
/PHP-7.0/ext/soap/interop/
H A Dindex.php10 $base = (isset($_SERVER['HTTPS'])?"https://":"http://").$server.dirname($_SERVER['PHP_SELF'])."/int… variable
H A Dclient_round2_interop.php176 function getEndpoints($base = 'base', $all = 0) {
192 function _getEndpoints($base = "", $all = 0) {
/PHP-7.0/ext/spl/examples/
H A Dclass_tree.php37 function __construct($base, $check_interfaces = false)
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.h161 NodeBase base; member
170 NodeBase base; member
186 NodeBase base; member
214 NodeBase base; member
226 NodeBase base; member
235 NodeBase base; member
242 NodeBase base; member
248 NodeBase base; member
255 NodeBase base; member
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Draisemod.c46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
H A Doutput.c98 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
/PHP-7.0/ext/standard/
H A Dmath.c699 double num, base = 0; in PHP_FUNCTION() local
814 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
858 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval()
922 PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
952 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
H A Dtype.c140 zend_long base = 10; in PHP_FUNCTION() local
H A Dscanf.c589 int base = 0; in php_sscanf_internal() local
/PHP-7.0/ext/soap/
H A Dphp_schema.c197 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
641 xmlAttrPtr base; in schema_restriction_simpleContent() local
745 xmlAttrPtr base; in schema_restriction_complexContent() local
871 xmlAttrPtr base; in schema_extension_simpleContent() local
926 xmlAttrPtr base; in schema_extension_complexContent() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_trace_mach.c86 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
/PHP-7.0/main/
H A Dfopen_wrappers.c84 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
86 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
/PHP-7.0/ext/intl/collator/
H A Dcollator_is_numeric.c128 static zend_long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.h97 phpdbg_breakopline_t *base; member
/PHP-7.0/ext/xml/
H A Dxml.c987 const XML_Char *base, in _xml_unparsedEntityDeclHandler()
1012 const XML_Char *base, in _xml_notationDeclHandler()
1035 const XML_Char *base, in _xml_externalEntityRefHandler()
/PHP-7.0/ext/zlib/
H A Dzlib.c1371 char *base = (char *) mh_arg2; in PHP_INI_MH() local
1373 char *base; in PHP_INI_MH() local
/PHP-7.0/ext/date/lib/
H A Dtm2unixtime.c182 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
/PHP-7.0/ext/gmp/
H A Dgmp.c714 static int convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base) in convert_to_gmp()
755 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
1034 zend_long base = 0; in ZEND_FUNCTION() local
1187 zend_long base = 10; in ZEND_FUNCTION() local

Completed in 88 milliseconds

12