Home
last modified time | relevance | path

Searched defs:tmp (Results 51 – 75 of 192) sorted by relevance

12345678

/PHP-5.5/Zend/
H A Dzend_ts_hash.c267 …(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy()
276 …sh(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy_to_hash()
283 …hTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int … in zend_ts_hash_merge()
H A Dzend_execute.c767 char *tmp = (char *) emalloc(T->str_offset.offset+1+1); in zend_assign_to_string_offset() local
780 char *tmp = (char *) emalloc(Z_STRLEN_P(T->str_offset.str) + 1); in zend_assign_to_string_offset() local
787 zval tmp; in zend_assign_to_string_offset() local
1138 zval tmp; in zend_fetch_dimension_address() local
1204 zval *tmp = overloaded_result; in zend_fetch_dimension_address() local
1268 zval tmp; in zend_fetch_dimension_address_read() local
H A Dzend_execute.h126 zval tmp; in i_zend_is_true() local
132 zval *tmp = Z_OBJ_HT_P(op)->get(op TSRMLS_CC); in i_zend_is_true() local
H A Dzend_operators.c371 long tmp; in convert_to_long_base() local
431 double tmp; in convert_to_double() local
513 int tmp; in convert_to_boolean() local
615 long tmp = Z_LVAL_P(op); in _convert_to_string() local
697 zval *tmp; in convert_to_array() local
844 zval *tmp; in add_function() local
/PHP-5.5/ext/standard/
H A Dhttp.c69 const char *tmp; in php_url_encode_hash_ex() local
H A Dproc_open.c116 zval tmp; in _php_array_to_envp() local
150 zval tmp; in _php_array_to_envp() local
H A Dtype.c197 zval **num, *tmp; in PHP_FUNCTION() local
H A Dcrypt_sha512.c427 char *tmp = (char *) alloca (key_len + __alignof__ (uint64_t)); in php_sha512_crypt_r() local
433 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint64_t)); in php_sha512_crypt_r() local
H A Dinfo.c197 zval **data, **tmp, tmp2; in php_print_gpcse_array() local
1067 zend_module_entry tmp; in php_print_info() local
/PHP-5.5/sapi/aolserver/
H A Daolserver.c308 char *tmp; in php_ns_sapi_register_variables() local
437 char *tmp; in php_ns_request_ctor() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c101 int tmp[64]; in mbfl_filt_conv_html_enc() local
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c386 static apr_status_t php_apache_server_shutdown(void *tmp) in php_apache_server_shutdown()
396 static apr_status_t php_apache_child_shutdown(void *tmp) in php_apache_child_shutdown()
/PHP-5.5/ext/spl/
H A Dspl_array.c171 zval *tmp; in spl_array_object_new_ex() local
278 spl_array_object *tmp; in spl_array_object_new() local
596 zval *rv, **tmp; in spl_array_has_dimension_ex() local
772 zval *object = getThis(), *tmp; in SPL_METHOD() local
797 zval *tmp, *storage; in spl_array_get_debug_info() local
1295 zval *object = getThis(), *tmp, **array; in SPL_METHOD() local
1454 zval *tmp, *arg = NULL; in spl_array_method() local
H A Dspl_functions.c84 zval *tmp; in spl_add_class_name() local
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml.h70 zval *tmp; member
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_64.c46 sljit_uw tmp; in load_immediate() local
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c61 const char *tmp = accel_new_interned_string(p->arKey, p->nKeyLength, 0 TSRMLS_CC); in zend_hash_persist_calc() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c112 zip_uint16_t tmp; in decrypt() local
/PHP-5.5/ext/ereg/
H A Dereg.c413 int pos, tmp, string_len, new_l; in php_ereg_replace() local
733 char *string, *tmp; in PHP_FUNCTION() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c156 zval **file, **tmp; in mysqlnd_build_trace_string() local
H A Dmysqlnd_result_meta.c57 register const char * tmp = key; in mysqlnd_is_key_numeric() local
/PHP-5.5/ext/gd/
H A Dgd.c1291 char tmp[256]; in PHP_MINFO_FUNCTION() local
1329 char tmp[12]; in PHP_MINFO_FUNCTION() local
2630 FILE *tmp; in _php_image_output() local
4667 long contrast, tmp; in php_image_filter_contrast() local
4690 long r,g,b,tmp; in php_image_filter_colorize() local
4768 long tmp; in php_image_filter_smooth() local
4817 zval *tmp; in PHP_FUNCTION() local
4973 zval **tmp; in PHP_FUNCTION() local
5154 zval **tmp; in PHP_FUNCTION() local
5285 zval **tmp; in PHP_FUNCTION() local
[all …]
/PHP-5.5/main/streams/
H A Dstreams.c175 char *tmp = estrdup(path); in php_stream_display_wrapper_errors() local
1335 char tmp[1024]; in _php_stream_seek() local
1723 php_stream_wrapper *tmp; in clone_wrapper_hash() local
1786 char *tmp = estrndup(protocol, n); local
2123 char *tmp = estrdup(path); local
/PHP-5.5/ext/date/lib/
H A Ddow.c28 timelib_sll tmp; in positive_mod() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c387 st_table_entry *tmp; local
483 st_table_entry *ptr, *last, *tmp; local

Completed in 72 milliseconds

12345678