Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c164 { smart_str_append(dest, url); return; } in PHP_INI_END()
193 smart_str_append(dest, url); in PHP_INI_END()
200 smart_str_append(dest, url); in PHP_INI_END()
203 smart_str_append(dest, url_app); in PHP_INI_END()
228 smart_str_append(&ctx->result, &ctx->val); in tag_arg()
302 smart_str_append(&ctx->result, &ctx->form_app); in handle_form()
1038 smart_str_append(&BG(url_adapt_state_ex).url_app, &val); in php_url_scanner_add_var()
1043 smart_str_append(&BG(url_adapt_state_ex).form_app, &val); in php_url_scanner_add_var()
H A Durl_scanner_ex.re120 ":" { 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);
H A Dphp_smart_str.h90 #define smart_str_append(dest, src) \ macro
/PHP-5.5/ext/soap/
H A Dphp_http.c609 smart_str_append(&soap_headers, &soap_headers_z); in make_http_soap_request()
H A Dphp_encoding.c2527 smart_str_append(&array_type, &array_size); in to_xml_array()

Completed in 27 milliseconds