Home
last modified time | relevance | path

Searched refs:smart_str_append_unsigned (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c252 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
564 smart_str_append_unsigned(&req_buf, resource->port); in php_stream_url_wrap_http_ex()
619 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
635 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
H A Dvar.c921 smart_str_append_unsigned(buf, count); in php_var_serialize_nested_data()
1061smart_str_append_unsigned(buf, ZSTR_LEN(class_name) + strlen(":") + Z_STRLEN_P(case_name_zval)); in php_var_serialize_intern()
1087 smart_str_append_unsigned(buf, zend_hash_num_elements(Z_ARRVAL(retval))); in php_var_serialize_intern()
1195 smart_str_append_unsigned(buf, count); in php_var_serialize_intern()
H A Durl_scanner_ex.re260 smart_str_append_unsigned(dest, (long)url_parts->port);
/php-src/Zend/
H A Dzend_smart_str.h161 static zend_always_inline void smart_str_append_unsigned(smart_str *dest, zend_ulong num) in smart_str_append_unsigned() function
H A Dzend.c436 smart_str_append_unsigned(buf, num_key); in print_flat_hash()
/php-src/ext/filter/
H A Dsanitizing_filters.c40 smart_str_append_unsigned(&str, (zend_ulong)*s); in php_filter_encode_html()
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c84 smart_str_append_unsigned(&s, ex->opline->lineno); in phpdbg_compile_stackframe()
/php-src/ext/soap/
H A Dphp_http.c247 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
253 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
558 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
582 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
/php-src/ext/pgsql/
H A Dpgsql.c1551 smart_str_append_unsigned(&querystr, oid); in PHP_FUNCTION()

Completed in 43 milliseconds