Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dvar.c650 smart_str_append_unsigned(buf, len); in php_var_serialize_string()
663 smart_str_append_unsigned(buf, ZSTR_LEN(class_name)); in php_var_serialize_class_name()
733 smart_str_append_unsigned(buf, zend_hash_num_elements(names)); in php_var_serialize_class()
872 smart_str_append_unsigned(buf, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern()
877 smart_str_append_unsigned(buf, serialized_length); in php_var_serialize_intern()
945 smart_str_append_unsigned(buf, i); in php_var_serialize_intern()
H A Dhttp_fopen_wrapper.c249 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
575 smart_str_append_unsigned(&req_buf, resource->port); in php_stream_url_wrap_http_ex()
630 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
646 smart_str_append_unsigned(&req_buf, Z_STRLEN_P(tmpzval)); in php_stream_url_wrap_http_ex()
H A Durl_scanner_ex.c256 smart_str_append_unsigned(dest, (long)url_parts->port); in PHP_INI_END()
H A Durl_scanner_ex.re259 smart_str_append_unsigned(dest, (long)url_parts->port);
/PHP-7.1/Zend/
H A Dzend_smart_str.h41 #define smart_str_append_unsigned(dest, val) \ macro
H A Dzend_inheritance.c480 smart_str_append_unsigned(&str, i); in zend_get_function_declaration()
/PHP-7.1/ext/filter/
H A Dsanitizing_filters.c44 smart_str_append_unsigned(&str, (zend_ulong)*s); in php_filter_encode_html()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c86 smart_str_append_unsigned(&s, ex->opline->lineno); in phpdbg_compile_stackframe()
/PHP-7.1/ext/soap/
H A Dphp_http.c254 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
260 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-7.1/ext/pgsql/
H A Dpgsql.c77 smart_str_append_unsigned(&s, oid); \
2376 smart_str_append_unsigned(&str, oid);
2463 smart_str_append_unsigned(&oidstr, oid);
2473 smart_str_append_unsigned(&hash_key, oid);
2485 smart_str_append_unsigned(&querystr, oid);
2568 smart_str_append_unsigned(&s, oid);

Completed in 80 milliseconds