Home
last modified time | relevance | path

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

12

/PHP-7.0/Zend/
H A Dzend.c106 char *base = (char *) mh_arg2; in ZEND_INI_MH() local
108 char *base; in ZEND_INI_MH() local
H A Dzend_API.c1866 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
H A Dzend_compile.c3578 zend_loop_var *base; in zend_handle_loops_and_finally_ex() local
H A Dzend_compile.h522 #define ZEND_OFFSET_TO_OPLINE(base, offset) \ argument
525 #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ argument
572 # define RT_CONSTANT_EX(base, node) \ argument
588 # define RT_CONSTANT_EX(base, node) \ argument
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_operators.c302 ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base) /* {{{ */ in convert_to_long_base()
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/bcmath/libbcmath/src/
H A Doutput.c98 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
H A Draisemod.c46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
/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/exif/
H A Dexif.c3901 zend_string *base; in exif_read_file() local
/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
/PHP-7.0/ext/interbase/
H A Dibase_query.c1514 char const *base = "FIELD"; /* use 'FIELD' if name is empty */ in _php_ibase_fetch_hash() local
/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/ext/mbstring/oniguruma/
H A Dregint.h689 NodeBase base; member
H A Dregparse.c2280 int base; /* is number: 8, 16 (used in [....]) */ member
4250 int i, base = tok->base; in parse_char_class() local
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/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/
H A Dpcre_compile.c2917 pcre_uchar base; in get_chr_property_list() local
H A Dpcre_jit_compile.c7915 int base = (private_data_ptr == 0) ? SLJIT_MEM1(STACK_TOP) : SLJIT_MEM1(SLJIT_SP); in compile_iterator_matchingpath() local
8609 int base = (private_data_ptr == 0) ? SLJIT_MEM1(STACK_TOP) : SLJIT_MEM1(SLJIT_SP); in compile_iterator_backtrackingpath() 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 DsljitLir.h1110 #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) argument
1142 sljit_uw base; member
H A DsljitNativeARM_32.c1440 #define GETPUT_ARG_DATA_TRANSFER(add, wb, target, base, imm) \ argument
2038 #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ argument
H A DsljitNativeMIPS_common.c545 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

Completed in 213 milliseconds

12