Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 186) sorted by relevance

12345678

/PHP-5.4/Zend/
H A Dzend_language_parser.y851 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
857 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
925 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
943 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons… variable
1163 …| isset_variables ',' { zend_do_boolean_and_begin(&$1, &$2 TSRMLS_CC); } variable { znode tmp; zen… variable
H A Dzend_API.c1198 zval *tmp; in add_assoc_long_ex() local
1209 zval *tmp; in add_assoc_null_ex() local
1220 zval *tmp; in add_assoc_bool_ex() local
1231 zval *tmp; in add_assoc_resource_ex() local
1242 zval *tmp; in add_assoc_double_ex() local
1253 zval *tmp; in add_assoc_string_ex() local
1264 zval *tmp; in add_assoc_stringl_ex() local
1281 zval *tmp; in add_index_long() local
1292 zval *tmp; in add_index_null() local
1303 zval *tmp; in add_index_bool() local
[all …]
H A Dzend_variables.c128 zval *tmp; in _zval_copy_ctor_func() local
197 zval *tmp; in zval_copy_static_var() local
/PHP-5.4/ext/soap/
H A Dphp_sdl.c451 xmlAttrPtr tmp; in wsdl_soap_binding_header() local
564 xmlAttrPtr tmp; in wsdl_soap_binding_body() local
1980 sdlTypePtr *tmp; in sdl_serialize_type() local
2152 sdlTypePtr *tmp; in add_sdl_to_cache() local
2169 sdlTypePtr *tmp; in add_sdl_to_cache() local
2186 sdlTypePtr *tmp; in add_sdl_to_cache() local
2203 encodePtr *tmp; in add_sdl_to_cache() local
2250 encodePtr *tmp; in add_sdl_to_cache() local
2412 sdlTypePtr *tmp; in make_persistent_sdl_type_ref() local
2424 encodePtr *tmp; in make_persistent_sdl_encoder_ref() local
[all …]
H A Dphp_packet_soap.c184 xmlNodePtr tmp; in parse_packet_soap() local
261 zval* tmp; in parse_packet_soap() local
350 zval *tmp; in parse_packet_soap() local
383 zval *tmp; in parse_packet_soap() local
H A Dphp_schema.c424 sdlTypePtr newType, *tmp; in schema_list() local
450 sdlTypePtr newType, *tmp; in schema_list() local
519 sdlTypePtr newType, *tmp; in schema_union() local
550 sdlTypePtr newType, *tmp; in schema_union() local
2065 void **tmp; in schema_find_by_ref() local
2082 sdlAttributePtr *tmp; in schema_attribute_fixup() local
2132 sdlTypePtr *tmp; in schema_attributegroup_fixup() local
2187 sdlTypePtr *tmp; in schema_content_model_fixup() local
2202 sdlContentModelPtr *tmp; in schema_content_model_fixup() local
2218 sdlContentModelPtr *tmp; in schema_content_model_fixup() local
[all …]
H A Dsoap.c988 zval **tmp; in soap_create_typemap() local
1132 zval **tmp; in PHP_METHOD() local
2626 zval **tmp; local
2820 zval **tmp; local
2847 zval **tmp; local
3011 zval **tmp; local
3030 zval **tmp; local
3049 zval **tmp; local
3068 zval **tmp; local
3223 zval **tmp; local
[all …]
H A Dphp_encoding.c477 zval **tmp; in master_to_xml_int() local
607 encodePtr tmp = enc; in master_to_zval() local
883 zval tmp = *data; in to_xml_string() local
973 zval tmp = *data; in to_xml_base64() local
995 zval tmp; in to_xml_hexbin() local
1117 zval tmp = *data; in to_xml_long() local
1137 zval tmp; in to_xml_double() local
3123 zval **tmp; in to_xml_list() local
3146 zval tmp = *data; in to_xml_list() local
3265 zval tmp = *data; in to_xml_any() local
[all …]
H A Dphp_http.c100 zval **tmp; in http_context_headers() local
166 zval **proxy_host, **proxy_port, **tmp; in http_connect() local
286 zval **trace, **tmp; in make_http_soap_request() local
771 zval **tmp; in make_http_soap_request() local
851 char *tmp; in make_http_soap_request() local
1273 char *pos, *tmp = NULL; in get_http_header_value() local
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c70 unsigned char *tmp; in mbfl_memory_device_realloc() local
146 unsigned char *tmp; in mbfl_memory_device_output() local
169 unsigned char *tmp; in mbfl_memory_device_output2() local
194 unsigned char *tmp; in mbfl_memory_device_output4() local
230 …unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned … in mbfl_memory_device_strcat() local
257 …unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned … in mbfl_memory_device_strncat() local
284 …unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)dest->buffer, newlen*sizeof(unsigned ch… in mbfl_memory_device_devcat() local
336 unsigned int *tmp; in mbfl_wchar_device_output() local
/PHP-5.4/ext/oci8/
H A Doci8_interface.c164 zval **tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
189 zval **tmp, *z_descriptor = getThis(); in PHP_FUNCTION() local
230 zval **tmp, *z_descriptor = getThis(); local
280 zval **tmp, *z_descriptor = getThis(); local
314 zval **tmp, *z_descriptor = getThis(); local
359 zval **tmp, *z_descriptor = getThis(); local
389 zval **tmp, *z_descriptor = getThis(); local
413 zval **tmp, *z_descriptor = getThis(); local
439 zval **tmp, *z_descriptor = getThis(); local
491 zval **tmp, *z_descriptor = getThis(); local
[all …]
/PHP-5.4/main/
H A Dreentrancy.c178 struct tm *tmp; in php_localtime_r() local
199 char *tmp; in php_ctime_r() local
217 char *tmp; in php_asctime_r() local
235 struct tm *tmp; in php_gmtime_r() local
H A Dphp_ini.c582 zval tmp; in php_init_config() local
832 zval *tmp; local
847 zval *tmp; local
861 zval *tmp, var; local
879 zval *tmp, var; local
897 zval *tmp; local
/PHP-5.4/ext/date/lib/
H A Dtimelib.c51 timelib_time *tmp = timelib_time_ctor(); in timelib_time_clone() local
64 timelib_rel_time *tmp = timelib_rel_time_ctor(); in timelib_rel_time_clone() local
116 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone() local
H A Dparse_tz.c263 char *cur_locale = NULL, *tmp; in seek_to_tz_position() local
318 timelib_tzinfo *tmp; in timelib_parse_tzfile() local
412 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info() local
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c357 zval tmp, *tmp2; in php_bz2_filter_create() local
373 zval tmp, *tmp2; in php_bz2_filter_create() local
395 zval tmp; in php_bz2_filter_create() local
409 zval tmp; in php_bz2_filter_create() local
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_events.c216 struct fpm_event_queue_s *q, *tmp; in fpm_event_queue_destroy() local
377 struct timeval tmp; in fpm_event_loop() local
488 struct timeval tmp; in fpm_event_add() local
H A Dfpm_log.c106 char tmp[129]; in fpm_log_write() local
370 char *tmp = fcgi_get_last_client_ip(); in fpm_log_write() local
H A Dfpm_conf.c612 struct fpm_worker_pool_s *tmp = fpm_worker_all_pools; in fpm_worker_pool_config_alloc() local
697 char *tmp; in fpm_evaluate_full_path() local
1499 int tmp; in fpm_conf_load_ini_file() local
1516 char *tmp = ini_include; in fpm_conf_load_ini_file() local
1644 char *tmp; in fpm_conf_init_main() local
/PHP-5.4/ext/session/
H A Dsession.c520 ps_module *tmp; in PHP_INI_MH() local
550 const ps_serializer *tmp; in PHP_INI_MH() local
695 int tmp; in PHP_INI_MH() local
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_bt.c188 zval tmp; in mysqlnd_build_trace_args() local
223 zval **file, **tmp; in mysqlnd_build_trace_string() local
400 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
100 register UChar * tmp=key; in mysqlnd_unicode_is_key_numeric() local
/PHP-5.4/ext/standard/
H A Ddir.c269 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION() local
384 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION() local
402 zval *id = NULL, **tmp, *myself; in PHP_NAMED_FUNCTION() local
/PHP-5.4/ext/filter/
H A Dfilter.c397 zval **tmp; in php_zval_filter() local
666 zval *tmp; in php_filter_call() local
685 zval **tmp, **arg_elm; in php_filter_array_handler() local
739 zval **filter_args = NULL, **tmp; in PHP_FUNCTION() local
/PHP-5.4/sapi/apache_hooks/
H A Dsapi_apache.c67 char *tmp; in apache_php_module_hook() local

Completed in 122 milliseconds

12345678