Searched refs:smart_str_append_unsigned (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/filter/ |
| H A D | sanitizing_filters.c | 44 smart_str_append_unsigned(&str, (unsigned long)*s);
|
| /PHP_TRUNK/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 | 205 smart_str_append_unsigned(&header, resource->port);
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 69 smart_str_append_unsigned(&s, oid); \ 2106 smart_str_append_unsigned(&str, oid); 2192 smart_str_append_unsigned(&oidstr, oid); 2202 smart_str_append_unsigned(&hash_key, oid); 2214 smart_str_append_unsigned(&querystr, oid); 2298 smart_str_append_unsigned(&s, oid);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_http.c | 247 smart_str_append_unsigned(&soap_headers, phpurl->port); 253 smart_str_append_unsigned(&soap_headers, phpurl->port); 546 smart_str_append_unsigned(&soap_headers, phpurl->port); 570 smart_str_append_unsigned(&soap_headers, phpurl->port);
|
Completed in 26 milliseconds