Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dvar.c694 smart_str_append_unsigned(buf, len); in php_var_serialize_string()
707 smart_str_append_unsigned(buf, ZSTR_LEN(class_name)); in php_var_serialize_class_name()
873 smart_str_append_unsigned(buf, count); in php_var_serialize_nested_data()
1011 smart_str_append_unsigned(buf, zend_array_count(Z_ARRVAL(retval))); in php_var_serialize_intern()
1039 smart_str_append_unsigned(buf, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern()
1044 smart_str_append_unsigned(buf, serialized_length); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c253 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
565 smart_str_append_unsigned(&req_buf, resource->port); in php_stream_url_wrap_http_ex()
620 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
636 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
H A Durl_scanner_ex.re257 smart_str_append_unsigned(dest, (long)url_parts->port);
/PHP-8.0/Zend/
H A Dzend_smart_str.h42 #define smart_str_append_unsigned(dest, val) \ macro
/PHP-8.0/ext/filter/
H A Dsanitizing_filters.c40 smart_str_append_unsigned(&str, (zend_ulong)*s); in php_filter_encode_html()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c84 smart_str_append_unsigned(&s, ex->opline->lineno); in phpdbg_compile_stackframe()
/PHP-8.0/ext/soap/
H A Dphp_http.c253 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
259 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
560 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
584 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c68 smart_str_append_unsigned(&s, oid); \
1494 smart_str_append_unsigned(&str, oid); in get_field_name()
1587 smart_str_append_unsigned(&hash_key, oid); in PHP_FUNCTION()
1599 smart_str_append_unsigned(&querystr, oid); in PHP_FUNCTION()

Completed in 38 milliseconds