Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 42) sorted by last modified time

12

/php-src/ext/standard/
H A Darray.c3219 zval *zv, temp; local
H A Dmath.c1033 zval temp; in PHP_FUNCTION() local
H A Dstring.c5962 char temp; local
H A Dfile.c254 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION() local
1931 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
/php-src/ext/hash/
H A Dhash.c993 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
/php-src/ext/bcmath/libbcmath/src/
H A Dinit.c41 bc_num temp = safe_pemalloc(1, sizeof(bc_struct) + length, scale, persistent); in _bc_new_num_nonzeroed_ex_internal() local
53 bc_num temp = _bc_new_num_nonzeroed_ex_internal(length, scale, persistent); in _bc_new_num_ex() local
H A Drecmul.c53 bc_num temp = (bc_num) emalloc(sizeof(bc_struct)); in new_sub_num() local
H A Ddivmod.c47 bc_num temp; in bc_divmod() local
H A Draise.c44 bc_num temp, power; in bc_raise() local
H A Draisemod.c38 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1657 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1658 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
/php-src/ext/mbstring/
H A Dmbstring.c6627 unsigned char *temp = mime_header_decode_encoded_word(p, e, outcode, &buf, &state); in mb_mime_header_decode() local
/php-src/ext/gmp/
H A Dgmp.c129 #define FREE_GMP_TEMP(temp) \ argument
134 #define FETCH_GMP_ZVAL_DEP_DEP(gmpnumber, zval, temp, dep1, dep2, arg_pos) \ argument
150 #define FETCH_GMP_ZVAL_DEP(gmpnumber, zval, temp, dep, arg_pos) \ argument
165 #define FETCH_GMP_ZVAL(gmpnumber, zval, temp, arg_pos) \ argument
349 gmp_temp_t temp; in shift_operator_helper() local
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c214 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_body() local
455 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_form() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h68 const lxb_char_t *temp; member
/php-src/ext/tidy/
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
/php-src/Zend/Optimizer/
H A Dzend_inference.c548 zend_ulong m, temp; in minOR() local
572 zend_ulong m, temp; in maxOR() local
595 zend_ulong m, temp; in minAND() local
618 zend_ulong m, temp; in maxAND() local
/php-src/ext/phar/
H A Dutil.c119 zend_off_t temp, eoffset; in phar_seek_efp() local
H A Dphar.c1667 php_stream *temp; in phar_open_from_fp() local
1730 php_stream *temp; in phar_open_from_fp() local
H A Dstream.c408 zend_off_t temp; in phar_stream_seek() local
H A Dphar_object.c56 zval temp; in phar_mung_server_vars() local
1395 char *fname, *error = NULL, *base = ZSTR_VAL(p_obj->base), *save = NULL, *temp = NULL; in phar_build() local
3414 phar_entry_info *oldentry, newentry = {0}, *temp; in PHP_METHOD() local
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c222 zend_regexp_list *temp, *it = blacklist->regexp_list; in zend_accel_blacklist_shutdown() local
/php-src/ext/pdo/
H A Dpdo_stmt.c319 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
320 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1112 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local
1137 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
H A Dpcre2_compile.c10794 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local

Completed in 179 milliseconds

12