Home
last modified time | relevance | path

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

123

/php-src/Zend/
H A Dzend_long.h66 # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) argument
67 # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) argument
78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) argument
79 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) argument
85 # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) argument
86 # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) argument
H A Dzend_call_stack.h31 void *base; /* high address of the stack */ member
56 static inline void* zend_call_stack_limit(void *base, size_t size, size_t reserved_size) in zend_call_stack_limit()
H A Dzend_sort.c84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort()
248 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_call_stack.c84 void *base = EG(call_stack).base; in zend_call_stack_init() local
103 void *base = EG(call_stack).base; in zend_call_stack_init() local
435 void *base = pthread_get_stackaddr_np(pthread_self()); in zend_call_stack_get_macos() local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c109 #define AS_BLOCK_HEADER(base, offset) \ argument
111 #define AS_FREE_BLOCK(base, offset) \ argument
113 #define MEM_START(base) ((void*)((base) + 1)) argument
/php-src/ext/bcmath/libbcmath/src/
H A Draisemod.c36 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod()
H A Draise.c105 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) in bc_raise_bc_exponent()
H A Doutput.c82 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c440 lxb_dom_node_t *node = root, *base = root; in lxb_selectors_find_by_selector() local
602 lxb_dom_node_t *node = root, *base = root; in lxb_selectors_next_by_selector() local
658 lxb_dom_node_t *base = root; in lxb_selectors_find_by() local
802 lxb_dom_node_t *base = node; in lxb_selectors_find_by_reverse() local
1412 lxb_dom_node_t *base; in lxb_selectors_pseudo_class_function() local
/php-src/ext/soap/
H A Dphp_schema.c200 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
220 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
248 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local
647 xmlAttrPtr base; in schema_restriction_simpleContent() local
751 xmlAttrPtr base; in schema_restriction_complexContent() local
877 xmlAttrPtr base; in schema_extension_simpleContent() local
932 xmlAttrPtr base; in schema_extension_complexContent() local
/php-src/sapi/fpm/fpm/
H A Dfpm_trace_mach.c83 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h117 lxb_css_syntax_token_base_t base; member
126 lxb_css_syntax_token_base_t base; member
140 lxb_css_syntax_token_base_t base; member
170 lxb_css_syntax_token_base_t base; member
/php-src/ext/standard/
H A Dmath.c616 double num, base = 0; in PHP_FUNCTION() local
718 PHPAPI zend_long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong()
762 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval()
841 PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) in _php_math_longtobase()
907 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) in _php_math_zvaltobase()
H A Dtype.c146 zend_long base = 10; in PHP_FUNCTION() local
H A Dscanf.c585 int base = 0; in php_sscanf_internal() local
/php-src/ext/gmp/
H A Dgmp.stub.php62 public function __construct(int|string $num = 0, int $base = 0) {}
69 function gmp_init(int|string $num, int $base = 0): GMP {}
77 function gmp_strval(GMP|int|string $num, int $base = 10): string {}
H A Dgmp.c581 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp()
614 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp()
643 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
866 static bool gmp_verify_base(zend_long base, uint32_t arg_num) in gmp_verify_base()
876 …_initialize_number(mpz_ptr gmp_number, const zend_string *arg_str, zend_long arg_l, zend_long base) in gmp_initialize_number()
892 zend_long base = 0; in ZEND_FUNCTION() local
1041 zend_long base = 10; in ZEND_FUNCTION() local
2053 zend_long base = 0; in ZEND_METHOD() local
/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c113 static zend_long collator_u_strtol(const UChar *nptr, UChar **endptr, int base) in collator_u_strtol()
/php-src/ext/fileinfo/libmagic/
H A Dprint.c353 file_fmtnum(char *buf, size_t blen, const char *us, int base) in file_fmtnum()
/php-src/ext/intl/uchar/
H A Duchar.stub.php1430 public static function digit(int|string $codepoint, int $base = 10): int|false|null {}
1442 public static function forDigit(int $digit, int $base = 10): int {}
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h95 phpdbg_breakopline_t *base; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c329 PCRE2_UCHAR base; in get_chr_property_list() local
/php-src/ext/xml/
H A Dxml.c864 const XML_Char *entityName, const XML_Char *base, const XML_Char *systemId, in _xml_unparsedEntityDeclHandler()
894 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_notationDeclHandler()
921 const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) in _xml_externalEntityRefHandler()
/php-src/ext/date/lib/
H A Dtm2unixtime.c188 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()

Completed in 97 milliseconds

123