Searched refs:smart_str_append (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | php_smart_str.h | 87 #define smart_str_append(dest, src) \ macro
|
| H A D | url_scanner_ex.c | 164 { smart_str_append(dest, url); return; } 193 smart_str_append(dest, url); 200 smart_str_append(dest, url); 203 smart_str_append(dest, url_app); 228 smart_str_append(&ctx->result, &ctx->val); 302 smart_str_append(&ctx->result, &ctx->form_app); 1052 smart_str_append(&BG(url_adapt_state_ex).url_app, &val); 1057 smart_str_append(&BG(url_adapt_state_ex).form_app, &val);
|
| H A D | url_scanner_ex.re | 120 ":" { smart_str_append(dest, url); return; } 129 smart_str_append(dest, url); 136 smart_str_append(dest, url); 139 smart_str_append(dest, url_app); 164 smart_str_append(&ctx->result, &ctx->val); 238 smart_str_append(&ctx->result, &ctx->form_app); 490 smart_str_append(&BG(url_adapt_state_ex).url_app, &val); 495 smart_str_append(&BG(url_adapt_state_ex).form_app, &val);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_encoding.c | 2520 smart_str_append(&array_type, &array_size);
|
| H A D | php_http.c | 604 smart_str_append(&soap_headers, &soap_headers_z);
|
Completed in 18 milliseconds