Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dphp_smart_str.h93 #define smart_str_append_unsigned(dest, val) \ macro
H A Dhttp_fopen_wrapper.c204 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
/PHP-5.3/ext/filter/
H A Dsanitizing_filters.c44 smart_str_append_unsigned(&str, (unsigned long)*s); in php_filter_encode_html()
/PHP-5.3/ext/soap/
H A Dphp_http.c212 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
218 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
484 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
508 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c69 smart_str_append_unsigned(&s, oid); \
2087 smart_str_append_unsigned(&str, oid);
2173 smart_str_append_unsigned(&oidstr, oid);
2183 smart_str_append_unsigned(&hash_key, oid);
2195 smart_str_append_unsigned(&querystr, oid);
2279 smart_str_append_unsigned(&s, oid);

Completed in 77 milliseconds