base 106 Zend/zend.c char *base = (char *) mh_arg2; base 108 Zend/zend.c char *base; base 110 Zend/zend.c base = (char *) ts_resource(*((int *) mh_arg2)); base 113 Zend/zend.c p = (zend_long *) (base+(size_t) mh_arg1); base 1868 Zend/zend_API.c static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */ base 1870 Zend/zend_API.c Bucket *b1 = base; base 3527 Zend/zend_compile.c zend_loop_var *base; base 3533 Zend/zend_compile.c base = zend_stack_base(&CG(loop_var_stack)); base 3534 Zend/zend_compile.c for (; loop_var >= base; loop_var--) { base 522 Zend/zend_compile.h #define ZEND_OFFSET_TO_OPLINE(base, offset) \ base 523 Zend/zend_compile.h ((zend_op*)(((char*)(base)) + (int)offset)) base 525 Zend/zend_compile.h #define ZEND_OFFSET_TO_OPLINE_NUM(op_array, base, offset) \ base 526 Zend/zend_compile.h (ZEND_OFFSET_TO_OPLINE(base, offset) - op_array->opcodes) base 572 Zend/zend_compile.h # define RT_CONSTANT_EX(base, node) \ base 588 Zend/zend_compile.h # define RT_CONSTANT_EX(base, node) \ base 589 Zend/zend_compile.h ((zval*)(((char*)(base)) + (node).constant)) base 623 Zend/zend_ini.c char *base = (char *) mh_arg2; base 625 Zend/zend_ini.c char *base; base 627 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 630 Zend/zend_ini.c p = (zend_bool *) (base+(size_t) mh_arg1); base 652 Zend/zend_ini.c char *base = (char *) mh_arg2; base 654 Zend/zend_ini.c char *base; base 656 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 659 Zend/zend_ini.c p = (zend_long *) (base+(size_t) mh_arg1); base 670 Zend/zend_ini.c char *base = (char *) mh_arg2; base 672 Zend/zend_ini.c char *base; base 674 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 682 Zend/zend_ini.c p = (zend_long *) (base+(size_t) mh_arg1); base 693 Zend/zend_ini.c char *base = (char *) mh_arg2; base 695 Zend/zend_ini.c char *base; base 697 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 700 Zend/zend_ini.c p = (double *) (base+(size_t) mh_arg1); base 711 Zend/zend_ini.c char *base = (char *) mh_arg2; base 713 Zend/zend_ini.c char *base; base 715 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 718 Zend/zend_ini.c p = (char **) (base+(size_t) mh_arg1); base 729 Zend/zend_ini.c char *base = (char *) mh_arg2; base 731 Zend/zend_ini.c char *base; base 733 Zend/zend_ini.c base = (char *) ts_resource(*((int *) mh_arg2)); base 740 Zend/zend_ini.c p = (char **) (base+(size_t) mh_arg1); base 67 Zend/zend_long.h # define ZEND_STRTOL(s0, s1, base) _strtoi64((s0), (s1), (base)) base 68 Zend/zend_long.h # define ZEND_STRTOUL(s0, s1, base) _strtoui64((s0), (s1), (base)) base 79 Zend/zend_long.h # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base)) base 80 Zend/zend_long.h # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) base 86 Zend/zend_long.h # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) base 87 Zend/zend_long.h # define ZEND_STRTOUL(s0, s1, base) strtoul((s0), (s1), (base)) base 290 Zend/zend_operators.c ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base) /* {{{ */ base 317 Zend/zend_operators.c ZVAL_LONG(op, ZEND_STRTOL(ZSTR_VAL(str), NULL, base)); base 246 Zend/zend_operators.h ZEND_API void ZEND_FASTCALL convert_to_long_base(zval *op, int base); base 28 Zend/zend_sort.c ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare, swap_func_t swp) /* {{{ */ base 40 Zend/zend_sort.c begin_stack[0] = (char *) base; base 41 Zend/zend_sort.c end_stack[0] = (char *) base + ((nmemb - 1) * siz); base 153 Zend/zend_sort.c ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) /* {{{ */{ base 159 Zend/zend_sort.c zend_sort_2(base, (char *)base + siz, cmp, swp); base 162 Zend/zend_sort.c zend_sort_3(base, (char *)base + siz, (char *)base + siz + siz, cmp, swp); base 167 Zend/zend_sort.c zend_sort_4(base, (char *)base + siz, (char *)base + siz2, (char *)base + siz + siz2, cmp, swp); base 173 Zend/zend_sort.c zend_sort_5(base, (char *)base + siz, (char *)base + siz2, (char *)base + siz + siz2, (char *)base + siz2 + siz2, cmp, swp); base 179 Zend/zend_sort.c char *start = (char *)base; base 317 Zend/zend_sort.c ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) base 321 Zend/zend_sort.c zend_insert_sort(base, nmemb, siz, cmp, swp); base 325 Zend/zend_sort.c char *start = (char *)base; base 367 Zend/zend_sort.c base = i; base 26 Zend/zend_sort.h ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp); base 27 Zend/zend_sort.h ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp); base 28 Zend/zend_sort.h ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp); base 142 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(int bc_raisemod, (bc_num base, bc_num expo, bc_num mod, base 98 ext/bcmath/libbcmath/src/output.c bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; base 140 ext/bcmath/libbcmath/src/output.c bc_init_num (&base); base 145 ext/bcmath/libbcmath/src/output.c bc_int2num (&base, o_base); base 153 ext/bcmath/libbcmath/src/output.c bc_modulo (int_part, base, &cur_dig, 0); base 160 ext/bcmath/libbcmath/src/output.c bc_divide (int_part, base, &int_part, 0); base 186 ext/bcmath/libbcmath/src/output.c bc_multiply (frac_part, base, &frac_part, num->n_scale); base 196 ext/bcmath/libbcmath/src/output.c bc_multiply (t_num, base, &t_num, 0); base 204 ext/bcmath/libbcmath/src/output.c bc_free_num (&base); base 46 ext/bcmath/libbcmath/src/raisemod.c bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) base 56 ext/bcmath/libbcmath/src/raisemod.c power = bc_copy_num (base); base 62 ext/bcmath/libbcmath/src/raisemod.c if (base->n_scale != 0) base 77 ext/bcmath/libbcmath/src/raisemod.c rscale = MAX(scale, base->n_scale); base 103 ext/date/lib/timelib.h void timelib_do_normalize(timelib_time *base); base 104 ext/date/lib/timelib.h void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt); base 174 ext/date/lib/tm2unixtime.c void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) base 181 ext/date/lib/tm2unixtime.c do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); base 3845 ext/exif/exif.c zend_string *base; base 3879 ext/exif/exif.c base = php_basename(FileName, strlen(FileName), NULL, 0); base 3880 ext/exif/exif.c ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); base 3881 ext/exif/exif.c zend_string_release(base); base 43 ext/gmp/gmp.c ZEND_ARG_INFO(0, base) base 64 ext/gmp/gmp.c ZEND_ARG_INFO(0, base) base 83 ext/gmp/gmp.c ZEND_ARG_INFO(0, base) base 88 ext/gmp/gmp.c ZEND_ARG_INFO(0, base) base 334 ext/gmp/gmp.c static void gmp_strval(zval *result, mpz_t gmpnum, int base); base 335 ext/gmp/gmp.c static int convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base); base 709 ext/gmp/gmp.c static int convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base) base 724 ext/gmp/gmp.c if ((base == 0 || base == 16) && (numstr[1] == 'x' || numstr[1] == 'X')) { base 725 ext/gmp/gmp.c base = 16; base 727 ext/gmp/gmp.c } else if ((base == 0 || base == 2) && (numstr[1] == 'b' || numstr[1] == 'B')) { base 728 ext/gmp/gmp.c base = 2; base 733 ext/gmp/gmp.c ret = mpz_set_str(gmpnumber, (skip_lead ? &numstr[2] : numstr), (int) base); base 750 ext/gmp/gmp.c static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ base 755 ext/gmp/gmp.c num_len = mpz_sizeinbase(gmpnum, abs(base)); base 761 ext/gmp/gmp.c mpz_get_str(ZSTR_VAL(str), base, gmpnum); base 1029 ext/gmp/gmp.c zend_long base = 0; base 1031 ext/gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &number_arg, &base) == FAILURE) { base 1035 ext/gmp/gmp.c if (base && (base < 2 || base > GMP_MAX_BASE)) { base 1036 ext/gmp/gmp.c php_error_docref(NULL, E_WARNING, "Bad base for conversion: %pd (should be between 2 and %d)", base, GMP_MAX_BASE); base 1041 ext/gmp/gmp.c if (convert_to_gmp(gmpnumber, number_arg, base) == FAILURE) { base 1183 ext/gmp/gmp.c zend_long base = 10; base 1187 ext/gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &gmpnumber_arg, &base) == FAILURE) { base 1193 ext/gmp/gmp.c if ((base < 2 && base > -2) || base > GMP_MAX_BASE || base < -36) { base 1194 ext/gmp/gmp.c php_error_docref(NULL, E_WARNING, "Bad base for conversion: %pd (should be between 2 and %d or -2 and -36)", base, GMP_MAX_BASE); base 1200 ext/gmp/gmp.c gmp_strval(return_value, gmpnum, (int)base); base 1514 ext/interbase/ibase_query.c char const *base = "FIELD"; /* use 'FIELD' if name is empty */ base 1525 ext/interbase/ibase_query.c base = alias; base 1531 ext/interbase/ibase_query.c snprintf(alias = buf, sizeof(buf), "%s_%02d", base, i++); base 128 ext/intl/collator/collator_is_numeric.c static zend_long collator_u_strtol(nptr, endptr, base) base 131 ext/intl/collator/collator_is_numeric.c register int base; base 160 ext/intl/collator/collator_is_numeric.c if ((base == 0 || base == 16) && base 165 ext/intl/collator/collator_is_numeric.c base = 16; base 167 ext/intl/collator/collator_is_numeric.c if (base == 0) base 168 ext/intl/collator/collator_is_numeric.c base = (c == 0x30 /*'0'*/) ? 8 : 10; base 188 ext/intl/collator/collator_is_numeric.c cutlim = cutoff % (zend_ulong)base; base 189 ext/intl/collator/collator_is_numeric.c cutoff /= (zend_ulong)base; base 199 ext/intl/collator/collator_is_numeric.c if (c >= base) base 206 ext/intl/collator/collator_is_numeric.c acc *= base; base 689 ext/mbstring/oniguruma/regint.h NodeBase base; base 2280 ext/mbstring/oniguruma/regparse.c int base; /* is number: 8, 16 (used in [....]) */ base 2925 ext/mbstring/oniguruma/regparse.c tok->base = 0; base 3025 ext/mbstring/oniguruma/regparse.c tok->base = 16; base 3040 ext/mbstring/oniguruma/regparse.c tok->base = 16; base 3056 ext/mbstring/oniguruma/regparse.c tok->base = 16; base 3072 ext/mbstring/oniguruma/regparse.c tok->base = 8; base 3143 ext/mbstring/oniguruma/regparse.c tok->base = 0; base 3379 ext/mbstring/oniguruma/regparse.c tok->base = 16; base 3395 ext/mbstring/oniguruma/regparse.c tok->base = 16; base 3444 ext/mbstring/oniguruma/regparse.c tok->base = 8; base 4240 ext/mbstring/oniguruma/regparse.c if (! ONIGENC_IS_SINGLEBYTE(env->enc) && tok->base != 0) { base 4244 ext/mbstring/oniguruma/regparse.c int i, base = tok->base; base 4250 ext/mbstring/oniguruma/regparse.c if (r != TK_RAW_BYTE || tok->base != base) { base 66 ext/mbstring/oniguruma/regparse.h #define NTYPE(node) ((node)->u.base.type) base 67 ext/mbstring/oniguruma/regparse.h #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype) base 161 ext/mbstring/oniguruma/regparse.h NodeBase base; base 170 ext/mbstring/oniguruma/regparse.h NodeBase base; base 186 ext/mbstring/oniguruma/regparse.h NodeBase base; base 214 ext/mbstring/oniguruma/regparse.h NodeBase base; base 226 ext/mbstring/oniguruma/regparse.h NodeBase base; base 235 ext/mbstring/oniguruma/regparse.h NodeBase base; base 242 ext/mbstring/oniguruma/regparse.h NodeBase base; base 248 ext/mbstring/oniguruma/regparse.h NodeBase base; base 255 ext/mbstring/oniguruma/regparse.h NodeBase base; base 106 ext/opcache/zend_accelerator_module.c char *base = (char *) mh_arg2; base 108 ext/opcache/zend_accelerator_module.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 114 ext/opcache/zend_accelerator_module.c p = (zend_long *) (base + (size_t)mh_arg1); base 142 ext/opcache/zend_accelerator_module.c char *base = (char *) mh_arg2; base 144 ext/opcache/zend_accelerator_module.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 150 ext/opcache/zend_accelerator_module.c p = (zend_long *) (base + (size_t)mh_arg1); base 186 ext/opcache/zend_accelerator_module.c char *base = (char *) mh_arg2; base 188 ext/opcache/zend_accelerator_module.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 194 ext/opcache/zend_accelerator_module.c p = (double *) (base + (size_t)mh_arg1); base 225 ext/opcache/zend_accelerator_module.c char *base = (char *) mh_arg2; base 227 ext/opcache/zend_accelerator_module.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 230 ext/opcache/zend_accelerator_module.c p = (zend_bool *) (base+(size_t) mh_arg1); base 2917 ext/pcre/pcrelib/pcre_compile.c pcre_uchar base; base 2934 ext/pcre/pcrelib/pcre_compile.c base = get_repeat_base(c); base 2935 ext/pcre/pcrelib/pcre_compile.c c -= (base - OP_STAR); base 2942 ext/pcre/pcrelib/pcre_compile.c switch(base) base 2225 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(STACK_TOP), SLJIT_OFFSETOF(struct sljit_stack, base)); base 7915 ext/pcre/pcrelib/pcre_jit_compile.c int base = (private_data_ptr == 0) ? SLJIT_MEM1(STACK_TOP) : SLJIT_MEM1(SLJIT_SP); base 8013 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8015 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); base 8017 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); base 8020 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8025 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_ADD, base, offset1, base, offset1, SLJIT_IMM, 1); base 8030 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, base, offset1); base 8032 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset1, TMP1, 0); base 8037 ext/pcre/pcrelib/pcre_jit_compile.c add_jump(compiler, &backtrack->topbacktracks, CMP(SLJIT_LESS, base, offset1, SLJIT_IMM, min + 1)); base 8038 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8049 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8057 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8058 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); base 8068 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8609 ext/pcre/pcrelib/pcre_jit_compile.c int base = (private_data_ptr == 0) ? SLJIT_MEM1(STACK_TOP) : SLJIT_MEM1(SLJIT_SP); base 8635 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8636 ext/pcre/pcrelib/pcre_jit_compile.c jump = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, base, offset1); base 8640 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, base, offset1); base 8641 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8643 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB, base, offset1, TMP1, 0, SLJIT_IMM, 1); base 8646 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8660 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8662 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8678 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8681 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, base, offset1); base 8682 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, STR_PTR, 0); base 8684 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset1, TMP1, 0); base 8700 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8701 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, SLJIT_IMM, 0); base 8705 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8706 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, SLJIT_IMM, 0); base 8714 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STR_PTR, 0, base, offset0); base 8715 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, base, offset0, SLJIT_IMM, 0); base 10035 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, STACK_TOP, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, base)); base 10402 ext/pcre/pcrelib/pcre_jit_compile.c local_stack.base = local_stack.top; base 10403 ext/pcre/pcrelib/pcre_jit_compile.c local_stack.limit = local_stack.base + MACHINE_STACK_SIZE; base 139 ext/pcre/pcrelib/sljit/sljitExecAllocator.c #define AS_BLOCK_HEADER(base, offset) \ base 140 ext/pcre/pcrelib/sljit/sljitExecAllocator.c ((struct block_header*)(((sljit_ub*)base) + offset)) base 141 ext/pcre/pcrelib/sljit/sljitExecAllocator.c #define AS_FREE_BLOCK(base, offset) \ base 142 ext/pcre/pcrelib/sljit/sljitExecAllocator.c ((struct free_block*)(((sljit_ub*)base) + offset)) base 143 ext/pcre/pcrelib/sljit/sljitExecAllocator.c #define MEM_START(base) ((void*)(((sljit_ub*)base) + sizeof(struct block_header))) base 1110 ext/pcre/pcrelib/sljit/sljitLir.h #define SLJIT_OFFSETOF(base, member) ((sljit_sw)(&((base*)0x10)->member) - 0x10) base 1142 ext/pcre/pcrelib/sljit/sljitLir.h sljit_uw base; base 1440 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c #define GETPUT_ARG_DATA_TRANSFER(add, wb, target, base, imm) \ base 1442 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, imm))); \ base 1444 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, TYPE2_TRANSFER_IMM(imm)))); base 2038 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c #define EMIT_FPU_DATA_TRANSFER(inst, add, base, freg, offs) \ base 2039 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ((inst) | ((add) << 23) | (reg_map[base] << 16) | (freg << 12) | (offs)) base 545 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c sljit_ins base; base 563 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c base = S(SLJIT_SP); base 569 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c base = S(TMP_REG2); base 574 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS)); base 579 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); base 584 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); base 617 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c sljit_ins base; base 626 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c base = S(SLJIT_SP); base 630 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c base = S(TMP_REG1); base 634 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_LOAD | base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_si)sizeof(sljit_sw)), RETURN_ADDR_REG)); base 639 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); base 645 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); base 744 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c sljit_si tmp_ar, base, delay_slot; base 759 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c base = arg & REG_MASK; base 763 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if ((flags & WRITE_BACK) && reg_ar == DR(base)) { base 778 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(TMP_REG3), DR(TMP_REG3))); base 781 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar)); base 787 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); base 788 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(base) | TA(reg_ar), delay_slot); base 803 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(TMP_REG3), DR(TMP_REG3))); base 807 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | DA(tmp_ar), tmp_ar)); base 810 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | D(base), DR(base))); base 811 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(base) | TA(reg_ar), delay_slot); base 814 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if (SLJIT_UNLIKELY(flags & WRITE_BACK) && base) { base 816 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if (reg_ar == DR(base)) { base 819 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(base) | TA(reg_ar) | IMM(argw), MOVABLE_INS)); base 821 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base)); base 830 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDIU_W | S(base) | T(base) | IMM(argw), DR(base))); base 838 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); base 844 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | D(base), DR(base))); base 847 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | S(base) | TA(reg_ar), delay_slot); base 868 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c if (!base) base 873 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | D(TMP_REG3), DR(TMP_REG3))); base 877 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar)); base 554 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c sljit_si base, arg2, delay_slot; base 563 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c base = arg & REG_MASK; base 577 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base && reg != OFFS_REG(arg)) base 598 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c else if ((flags & LOAD_DATA) && ((flags & MEM_MASK) <= GPR_REG) && reg != base) base 608 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c if (!base) base 611 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), delay_slot); base 612 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c FAIL_IF(push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(base) | S2(arg2), delay_slot)); base 613 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c return push_inst(compiler, ADD | D(base) | S1(base) | S2(arg2), DR(base)); base 1179 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c sljit_ins base; base 1193 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c base = SLJIT_LOCALS_REG_mapped; base 1198 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c base = TMP_REG2_mapped; base 1203 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADDLI(ADDR_TMP_mapped, base, local_size - 8)); base 1242 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c sljit_ins base; base 1253 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c base = SLJIT_LOCALS_REG_mapped; base 1257 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c base = TMP_REG1_mapped; base 1262 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADDLI(ADDR_TMP_mapped, base, local_size - 8)); base 1342 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c sljit_si tmp_ar, base; base 1355 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c base = arg & REG_MASK; base 1360 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if ((flags & WRITE_BACK) && reg_ar == reg_map[base]) { base 1380 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(TMP_REG3_mapped, reg_map[base], TMP_REG3_mapped)); base 1387 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(tmp_ar, reg_map[base], TMP_REG3_mapped)); base 1395 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); base 1397 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_ar, reg_map[base]); base 1399 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_map[base], reg_ar); base 1414 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(TMP_REG3_mapped, reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3])); base 1417 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(tmp_ar, reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3])); base 1425 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(reg_map[base], reg_map[base], reg_map[!argw ? OFFS_REG(arg) : TMP_REG3])); base 1428 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_ar, reg_map[base]); base 1430 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_map[base], reg_ar); base 1433 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if (SLJIT_UNLIKELY(flags & WRITE_BACK) && base) { base 1435 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if (reg_ar == reg_map[base]) { base 1438 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADDLI(ADDR_TMP_mapped, reg_map[base], argw)); base 1445 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return ADDLI(reg_map[base], reg_map[base], argw); base 1456 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADDLI(reg_map[base], reg_map[base], argw)); base 1466 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); base 1471 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(reg_map[base], reg_map[base], TMP_REG3_mapped)); base 1476 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_ar, reg_map[base]); base 1478 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c return PB2(data_transfer_insts[flags & MEM_MASK], reg_map[base], reg_ar); base 1507 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c if (!base) { base 1518 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(TMP_REG3_mapped, TMP_REG3_mapped, reg_map[base])); base 1525 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c FAIL_IF(ADD(tmp_ar, TMP_REG3_mapped, reg_map[base])); base 209 ext/pcre/pcrelib/sljit/sljitUtils.c } base; base 241 ext/pcre/pcrelib/sljit/sljitUtils.c base.ptr = VirtualAlloc(NULL, max_limit, MEM_RESERVE, PAGE_READWRITE); base 242 ext/pcre/pcrelib/sljit/sljitUtils.c if (!base.ptr) { base 246 ext/pcre/pcrelib/sljit/sljitUtils.c stack->base = base.uw; base 247 ext/pcre/pcrelib/sljit/sljitUtils.c stack->limit = stack->base; base 248 ext/pcre/pcrelib/sljit/sljitUtils.c stack->max_limit = stack->base + max_limit; base 249 ext/pcre/pcrelib/sljit/sljitUtils.c if (sljit_stack_resize(stack, stack->base + limit)) { base 255 ext/pcre/pcrelib/sljit/sljitUtils.c base.ptr = mmap(NULL, max_limit, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0); base 263 ext/pcre/pcrelib/sljit/sljitUtils.c base.ptr = mmap(NULL, max_limit, PROT_READ | PROT_WRITE, MAP_PRIVATE, dev_zero, 0); base 265 ext/pcre/pcrelib/sljit/sljitUtils.c if (base.ptr == MAP_FAILED) { base 269 ext/pcre/pcrelib/sljit/sljitUtils.c stack->base = base.uw; base 270 ext/pcre/pcrelib/sljit/sljitUtils.c stack->limit = stack->base + limit; base 271 ext/pcre/pcrelib/sljit/sljitUtils.c stack->max_limit = stack->base + max_limit; base 273 ext/pcre/pcrelib/sljit/sljitUtils.c stack->top = stack->base; base 283 ext/pcre/pcrelib/sljit/sljitUtils.c VirtualFree((void*)stack->base, 0, MEM_RELEASE); base 285 ext/pcre/pcrelib/sljit/sljitUtils.c munmap((void*)stack->base, stack->max_limit - stack->base); base 295 ext/pcre/pcrelib/sljit/sljitUtils.c if ((new_limit > stack->max_limit) || (new_limit < stack->base)) base 1410 ext/phar/phar_object.c char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL; base 1526 ext/phar/phar_object.c temp = expand_filepath(base, NULL); base 1535 ext/phar/phar_object.c base = temp; base 1536 ext/phar/phar_object.c base_len = strlen(base); base 1538 ext/phar/phar_object.c if (strstr(fname, base)) { base 1557 ext/phar/phar_object.c zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned a path \"%s\" that is not in the base directory \"%s\"", ZSTR_VAL(ce->name), fname, base); base 1863 ext/phar/phar_object.c char *base = NULL; base 1874 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|s", &obj, zend_ce_traversable, &base, &base_len) == FAILURE) { base 1887 ext/phar/phar_object.c pass.b = base; base 1442 ext/soap/php_encoding.c zval base; base 1450 ext/soap/php_encoding.c master_to_zval_int(&base, enc, data); base 1451 ext/soap/php_encoding.c set_zval_property(ret, "_", &base); base 1496 ext/soap/php_encoding.c zval base; base 1505 ext/soap/php_encoding.c master_to_zval_int(&base, sdlType->encode, data); base 1506 ext/soap/php_encoding.c set_zval_property(ret, "_", &base); base 197 ext/soap/php_schema.c xmlChar *base = xmlNodeGetBase(trav->doc, trav); base 199 ext/soap/php_schema.c if (base == NULL) { base 202 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); base 203 ext/soap/php_schema.c xmlFree(base); base 217 ext/soap/php_schema.c xmlChar *base = xmlNodeGetBase(trav->doc, trav); base 219 ext/soap/php_schema.c if (base == NULL) { base 222 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); base 223 ext/soap/php_schema.c xmlFree(base); base 245 ext/soap/php_schema.c xmlChar *base = xmlNodeGetBase(trav->doc, trav); base 247 ext/soap/php_schema.c if (base == NULL) { base 250 ext/soap/php_schema.c uri = xmlBuildURI(location->children->content, base); base 251 ext/soap/php_schema.c xmlFree(base); base 641 ext/soap/php_schema.c xmlAttrPtr base; base 643 ext/soap/php_schema.c base = get_attribute(restType->properties, "base"); base 644 ext/soap/php_schema.c if (base != NULL) { base 648 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); base 745 ext/soap/php_schema.c xmlAttrPtr base; base 748 ext/soap/php_schema.c base = get_attribute(restType->properties, "base"); base 749 ext/soap/php_schema.c if (base != NULL) { base 753 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); base 871 ext/soap/php_schema.c xmlAttrPtr base; base 873 ext/soap/php_schema.c base = get_attribute(extType->properties, "base"); base 874 ext/soap/php_schema.c if (base != NULL) { base 878 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); base 926 ext/soap/php_schema.c xmlAttrPtr base; base 928 ext/soap/php_schema.c base = get_attribute(extType->properties, "base"); base 929 ext/soap/php_schema.c if (base != NULL) { base 933 ext/soap/php_schema.c parse_namespace(base->children->content, &type, &ns); base 387 ext/soap/php_sdl.c xmlChar *base = xmlNodeGetBase(trav->doc, trav); base 389 ext/soap/php_sdl.c if (base == NULL) { base 392 ext/soap/php_sdl.c uri = xmlBuildURI(tmp->children->content, base); base 393 ext/soap/php_sdl.c xmlFree(base); base 479 ext/soap/soap.c char *base = (char *) mh_arg2; base 481 ext/soap/soap.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 484 ext/soap/soap.c p = (char*) (base+(size_t) mh_arg1); base 812 ext/spl/spl_array.c zend_class_entry *base; base 833 ext/spl/spl_array.c base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator base 835 ext/spl/spl_array.c zname = spl_gen_private_prop_name(base, "storage", sizeof("storage")-1); base 21396 ext/sqlite3/libsqlite/sqlite3.c etByte base; /* The base for radix conversion */ base 21763 ext/sqlite3/libsqlite/sqlite3.c u8 base = infop->base; base 21765 ext/sqlite3/libsqlite/sqlite3.c *(--bufpt) = cset[longvalue%base]; base 21766 ext/sqlite3/libsqlite/sqlite3.c longvalue = longvalue/base; base 112839 ext/sqlite3/libsqlite/sqlite3.c int base; base 112855 ext/sqlite3/libsqlite/sqlite3.c base = sqlite3VdbeAddOpList(v, ArraySize(dropTrigger), dropTrigger, iLn); base 112856 ext/sqlite3/libsqlite/sqlite3.c sqlite3VdbeChangeP4(v, base+1, pTrigger->zName, P4_TRANSIENT); base 112857 ext/sqlite3/libsqlite/sqlite3.c sqlite3VdbeChangeP4(v, base+4, "trigger", P4_STATIC); base 118916 ext/sqlite3/libsqlite/sqlite3.c static void codeApplyAffinity(Parse *pParse, int base, int n, char *zAff){ base 118929 ext/sqlite3/libsqlite/sqlite3.c base++; base 118938 ext/sqlite3/libsqlite/sqlite3.c sqlite3VdbeAddOp2(v, OP_Affinity, base, n); base 118940 ext/sqlite3/libsqlite/sqlite3.c sqlite3ExprCacheAffinityChange(pParse, base, n); base 132885 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab base; /* Base class used by SQLite core */ base 132966 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab_cursor base; /* Base class used by SQLite core */ base 134470 ext/sqlite3/libsqlite/sqlite3.c *ppVTab = &p->base; base 134666 ext/sqlite3/libsqlite/sqlite3.c assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 ); base 134672 ext/sqlite3/libsqlite/sqlite3.c assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 ); base 134691 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *p = (Fts3Table *)pCsr->base.pVtab; base 134720 ext/sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && ((Fts3Table *)pCsr->base.pVtab)->zContentTbl==0 ){ base 135939 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *p = (Fts3Table *)pCsr->base.pVtab; base 136088 ext/sqlite3/libsqlite/sqlite3.c assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 ); base 136198 ext/sqlite3/libsqlite/sqlite3.c assert( p->base.zErrMsg==0 ); base 136201 ext/sqlite3/libsqlite/sqlite3.c &p->base.zErrMsg base 136320 ext/sqlite3/libsqlite/sqlite3.c assert( ((Fts3Table *)pCsr->base.pVtab)->pSegments==0 ); base 136610 ext/sqlite3/libsqlite/sqlite3.c p = (Fts3Table *)pCursor->base.pVtab; base 137069 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 137214 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 137485 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 137585 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 137738 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *p = (Fts3Table*)pCsr->base.pVtab; base 137791 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 137919 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 138576 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 138685 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 138735 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 138912 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab base; /* Base class used by SQLite core */ base 138917 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab_cursor base; /* Base class used by SQLite core */ base 141147 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer base; /* Base class */ base 141154 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer_cursor base; base 141179 ext/sqlite3/libsqlite/sqlite3.c *ppTokenizer = &t->base; base 141222 ext/sqlite3/libsqlite/sqlite3.c *ppCursor = &c->base; base 142303 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer base; base 142308 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer_cursor base; base 142362 ext/sqlite3/libsqlite/sqlite3.c *ppTokenizer = &t->base; base 142405 ext/sqlite3/libsqlite/sqlite3.c *ppCursor = &c->base; base 142557 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab base; /* Base class used by SQLite core */ base 142566 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab_cursor base; /* Base class used by SQLite core */ base 142709 ext/sqlite3/libsqlite/sqlite3.c *ppVtab = &pTab->base; base 142785 ext/sqlite3/libsqlite/sqlite3.c Fts3tokTable *pTab = (Fts3tokTable *)(pCsr->base.pVtab); base 144492 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *p = (Fts3Table*)pCsr->base.pVtab; base 148307 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *p = (Fts3Table *)pCsr->base.pVtab; base 149240 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 149448 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)p->pCursor->base.pVtab; base 149713 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 149817 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 149889 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 150032 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 150171 ext/sqlite3/libsqlite/sqlite3.c Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; base 150292 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer base; base 150299 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer_cursor base; base 150499 ext/sqlite3/libsqlite/sqlite3.c *pp = &pCsr->base; base 150528 ext/sqlite3/libsqlite/sqlite3.c unicode_tokenizer *p = ((unicode_tokenizer *)pCsr->base.pTokenizer); base 151085 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab base; /* Base class. Must be first */ base 151193 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab_cursor base; /* Base class. Must be first */ base 151209 ext/sqlite3/libsqlite/sqlite3.c #define RTREE_OF_CURSOR(X) ((Rtree*)((X)->base.pVtab)) base 151823 ext/sqlite3/libsqlite/sqlite3.c pCsr->base.pVtab = pVTab; base 152508 ext/sqlite3/libsqlite/sqlite3.c pCsr->base.pVtab = (sqlite3_vtab*)pRtree; base 154168 ext/sqlite3/libsqlite/sqlite3.c pRtree->base.pModule = &rtreeModule; base 154983 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer base; base 154988 ext/sqlite3/libsqlite/sqlite3.c sqlite3_tokenizer_cursor base; base 155317 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab_cursor base; base 155338 ext/sqlite3/libsqlite/sqlite3.c sqlite3_vtab base; base 155437 ext/sqlite3/libsqlite/sqlite3.c pCsr->base.pVtab = pVTab; base 1682 ext/standard/basic_functions.c ZEND_ARG_INFO(0, base) base 1700 ext/standard/basic_functions.c ZEND_ARG_INFO(0, base) base 2507 ext/standard/basic_functions.c ZEND_ARG_INFO(0, base) base 831 ext/standard/math.c double num, base = 0; base 834 ext/standard/math.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "d|d", &num, &base) == FAILURE) { base 841 ext/standard/math.c Z_PARAM_DOUBLE(base) base 850 ext/standard/math.c if (base == 2.0) { base 855 ext/standard/math.c if (base == 10.0) { base 859 ext/standard/math.c if (base == 1.0) { base 863 ext/standard/math.c if (base <= 0.0) { base 868 ext/standard/math.c RETURN_DOUBLE(log(num) / log(base)); base 982 ext/standard/math.c PHPAPI zend_long _php_math_basetolong(zval *arg, int base) base 988 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { base 1000 ext/standard/math.c : base; base 1002 ext/standard/math.c if (digit >= base) { base 1007 ext/standard/math.c num = num * base + digit; base 1026 ext/standard/math.c PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) base 1036 ext/standard/math.c if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { base 1042 ext/standard/math.c cutoff = ZEND_LONG_MAX / base; base 1043 ext/standard/math.c cutlim = ZEND_LONG_MAX % base; base 1058 ext/standard/math.c if (c >= base) base 1064 ext/standard/math.c num = num * base + c; base 1072 ext/standard/math.c fnum = fnum * base + c; base 1090 ext/standard/math.c PHPAPI zend_string * _php_math_longtobase(zval *arg, int base) base 1097 ext/standard/math.c if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { base 1107 ext/standard/math.c *--ptr = digits[value % base]; base 1108 ext/standard/math.c value /= base; base 1120 ext/standard/math.c PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) base 1124 ext/standard/math.c if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { base 1143 ext/standard/math.c *--ptr = digits[(int) fmod(fvalue, base)]; base 1144 ext/standard/math.c fvalue /= base; base 1150 ext/standard/math.c return _php_math_longtobase(arg, base); base 27 ext/standard/php_math.h PHPAPI zend_string * _php_math_longtobase(zval *arg, int base); base 28 ext/standard/php_math.h PHPAPI zend_long _php_math_basetolong(zval *arg, int base); base 29 ext/standard/php_math.h PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret); base 30 ext/standard/php_math.h PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base); base 589 ext/standard/scanf.c int base = 0; base 757 ext/standard/scanf.c base = 10; base 762 ext/standard/scanf.c base = 0; base 767 ext/standard/scanf.c base = 8; base 773 ext/standard/scanf.c base = 16; base 778 ext/standard/scanf.c base = 10; base 956 ext/standard/scanf.c if (base == 16) { base 960 ext/standard/scanf.c if (base == 0) { base 961 ext/standard/scanf.c base = 8; base 973 ext/standard/scanf.c if (base == 0) { base 974 ext/standard/scanf.c base = 10; base 980 ext/standard/scanf.c if (base == 0) { base 981 ext/standard/scanf.c base = 10; base 983 ext/standard/scanf.c if (base <= 8) { base 993 ext/standard/scanf.c if (base <= 10) { base 1008 ext/standard/scanf.c base = 16; base 1051 ext/standard/scanf.c value = (zend_long) (*fn)(buf, NULL, base); base 140 ext/standard/type.c zend_long base = 10; base 146 ext/standard/type.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &num, &base) == FAILURE) { base 153 ext/standard/type.c Z_PARAM_LONG(base) base 160 ext/standard/type.c RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base)); base 743 ext/xml/compat.c (parser->parser->input->cur - parser->parser->input->base); base 752 ext/xml/compat.c (parser->parser->input->cur - parser->parser->input->base); base 982 ext/xml/xml.c const XML_Char *base, base 994 ext/xml/xml.c _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); base 1007 ext/xml/xml.c const XML_Char *base, base 1018 ext/xml/xml.c _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); base 1030 ext/xml/xml.c const XML_Char *base, base 1042 ext/xml/xml.c _xml_xmlchar_zval(base, 0, parser->target_encoding, &args[2]); base 1360 ext/zlib/zlib.c char *base = (char *) mh_arg2; base 1362 ext/zlib/zlib.c char *base; base 1364 ext/zlib/zlib.c base = (char *) ts_resource(*((int *) mh_arg2)); base 1392 ext/zlib/zlib.c p = (zend_long *) (base+(size_t) mh_arg1); base 84 main/fopen_wrappers.c char *base = (char *) mh_arg2; base 86 main/fopen_wrappers.c char *base = (char *) ts_resource(*((int *) mh_arg2)); base 89 main/fopen_wrappers.c p = (char **) (base + (size_t) mh_arg1); base 105 main/mergesort.c PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void *)) base 126 main/mergesort.c if (!(size % ISIZE) && !(((char *)base - (char *)0) % ISIZE)) base 132 main/mergesort.c list1 = base; base 231 main/mergesort.c if (base == list2) { base 327 main/php.h PHPAPI int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(const void *, const void *)); base 86 sapi/fpm/fpm/fpm_trace_mach.c vm_offset_t base = (uintptr_t) (addr) - offset; base 88 sapi/fpm/fpm/fpm_trace_mach.c if (base != target_page_base) { base 90 sapi/fpm/fpm/fpm_trace_mach.c if (0 > fpm_mach_vm_read_page(base)) { base 465 sapi/phpdbg/phpdbg_bp.c new_break.base = NULL; base 496 sapi/phpdbg/phpdbg_bp.c opline_break.base = brake; base 791 sapi/phpdbg/phpdbg_bp.c new_break.base = NULL; base 964 sapi/phpdbg/phpdbg_bp.c if ((brake = zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) && brake->base) { base 965 sapi/phpdbg/phpdbg_bp.c return (phpdbg_breakbase_t *)brake->base; base 1103 sapi/phpdbg/phpdbg_bp.c phpdbg_breakbase_t *base = NULL; base 1112 sapi/phpdbg/phpdbg_bp.c (base = phpdbg_find_conditional_breakpoint(execute_data))) { base 1116 sapi/phpdbg/phpdbg_bp.c if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) && (base = phpdbg_find_breakpoint_file(&execute_data->func->op_array))) { base 1124 sapi/phpdbg/phpdbg_bp.c if ((base = phpdbg_find_breakpoint_symbol(execute_data->func))) { base 1130 sapi/phpdbg/phpdbg_bp.c if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP) && (base = phpdbg_find_breakpoint_opline((phpdbg_opline_ptr_t) execute_data->opline))) { base 1134 sapi/phpdbg/phpdbg_bp.c if ((PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data->opline->opcode))) { base 1142 sapi/phpdbg/phpdbg_bp.c if (base->disabled) { base 1146 sapi/phpdbg/phpdbg_bp.c return base; base 97 sapi/phpdbg/phpdbg_bp.h phpdbg_breakopline_t *base;