Home
last modified time | relevance | path

Searched refs:smart_str_appends_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/sapi/tux/
H A Dphp_tux.c326 smart_str_appends_ex(&s, "/", 1); in tux_request_ctor()
327 smart_str_appends_ex(&s, TG(req)->query, 1); in tux_request_ctor()
336 smart_str_appends_ex(&s, TG(req)->objectname, 1); in tux_request_ctor()
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
445 smart_str_appends_ex(&s, TG(hc)->expnfilename, 1);
451 smart_str_appends_ex(&s, TG(hc)->origfilename, 1);
/PHP-5.3/ext/standard/
H A Dphp_smart_str.h76 #define smart_str_appends_ex(dest, src, what) \ macro

Completed in 13 milliseconds