Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_smart_str.h96 #define smart_str_append_unsigned(dest, val) \ macro
H A Dhttp_fopen_wrapper.c229 smart_str_append_unsigned(&header, resource->port); in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c44 smart_str_append_unsigned(&str, (unsigned long)*s); in php_filter_encode_html()
/PHP-5.5/ext/soap/
H A Dphp_http.c251 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
257 smart_str_append_unsigned(&soap_headers, phpurl->port); in http_connect()
550 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
574 smart_str_append_unsigned(&soap_headers, phpurl->port); in make_http_soap_request()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c73 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