Searched refs:smart_str_append_unsigned (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | php_smart_str.h | 93 #define smart_str_append_unsigned(dest, val) \ macro
|
H A D | http_fopen_wrapper.c | 229 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
|
/PHP-5.4/ext/filter/ |
H A D | sanitizing_filters.c | 44 smart_str_append_unsigned(&str, (unsigned long)*s); in php_filter_encode_html()
|
/PHP-5.4/ext/soap/ |
H A D | php_http.c | 216 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect() 222 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect() 488 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request() 512 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 73 smart_str_append_unsigned(&s, oid); \ 2238 smart_str_append_unsigned(&str, oid); 2323 smart_str_append_unsigned(&oidstr, oid); 2333 smart_str_append_unsigned(&hash_key, oid); 2345 smart_str_append_unsigned(&querystr, oid); 2428 smart_str_append_unsigned(&s, oid);
|
Completed in 31 milliseconds