Home
last modified time | relevance | path

Searched refs:smart_str_append_long (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/standard/
H A Dvar.c354 smart_str_append_long(buf, (long) hash_key->h); in php_array_element_export()
406 smart_str_append_long(buf, (long) hash_key->h); in php_object_element_export()
436 smart_str_append_long(buf, Z_LVAL_PP(struc)); in php_var_export_ex()
588 smart_str_append_long(buf, val); in php_var_serialize_long()
596 smart_str_append_long(buf, len); in php_var_serialize_string()
609 smart_str_append_long(buf, (int)name_len); in php_var_serialize_class_name()
630 smart_str_append_long(buf, count); in php_var_serialize_class()
722 smart_str_append_long(buf, (long)*var_already); in php_var_serialize_intern()
727 smart_str_append_long(buf, (long)*var_already); in php_var_serialize_intern()
736 smart_str_append_long(buf, Z_LVAL_P(struc)); in php_var_serialize_intern()
[all …]
H A Dphp_smart_str.h92 #define smart_str_append_long(dest, val) \ macro
/PHP-5.5/ext/intl/
H A Dintl_error.c261 smart_str_append_long( &ret, (long ) pe->line ); in intl_parse_error_to_string()
271 smart_str_append_long( &ret, (long ) pe->offset ); in intl_parse_error_to_string()
/PHP-5.5/ext/json/
H A Djson.c327 smart_str_append_long(buf, (long) index); in json_encode_array()
420 smart_str_append_long(buf, p); in json_escape_string()
618 smart_str_append_long(buf, Z_LVAL_P(val)); in php_json_encode()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch298 + smart_str_append_long(&s, status);
334 + smart_str_append_long(&s, hc->init_byte_loc);
336 + smart_str_append_long(&s, hc->end_byte_loc);
338 + smart_str_append_long(&s, length);
350 + smart_str_append_long(&s, length);
926 + smart_str_append_long(&bentries, hc->status);
929 + smart_str_append_long(&bentries, hc->bytes_sent);
959 + smart_str_append_long(&httpd_ntoa_buf, (n >> 24));
961 + smart_str_append_long(&httpd_ntoa_buf, (n >> 16) & 255);
963 + smart_str_append_long(&httpd_ntoa_buf, (n >> 8) & 255);
[all …]
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2427 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2430 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2457 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2460 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2465 smart_str_append_long(&array_size, i); in to_xml_array()
2478 smart_str_append_long(&array_size, dims[0]); in to_xml_array()
2481 smart_str_append_long(&array_size, dims[i]); in to_xml_array()
2507 smart_str_append_long(&array_size, i); in to_xml_array()
2514 smart_str_append_long(&array_size, i); in to_xml_array()
2811 smart_str_append_long(&tmp, int_val); in to_xml_map()
[all …]
H A Dphp_schema.c463 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_list()
559 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_union()
1928 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_attribute()
H A Dphp_http.c628 smart_str_append_long(&soap_headers, request_size); in make_http_soap_request()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1249 smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
6235 smart_str_append_long(&querystr, Z_LVAL_PP(val));
6344 smart_str_append_long(querystr, Z_LVAL_PP(val));
/PHP-5.5/ext/session/
H A Dsession.c1381 smart_str_append_long(&ncookie, PS(cookie_lifetime));

Completed in 59 milliseconds