Home
last modified time | relevance | path

Searched refs:smart_str_appendl_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/ext/standard/
H A Dphp_smart_str.h77 smart_str_appendl_ex((dest), (src), strlen(src), (what))
86 smart_str_appendl_ex((dest), (src), (len), 0)
112 #define smart_str_appendl_ex(dest, src, nlen, what) do { \ macro
169 smart_str_appendl_ex((dest), __t, __b + sizeof(__b) - 1 - __t, (type)); \
182 smart_str_appendl_ex((dest), ((smart_str *)(src))->c, \
/PHP-5.4/ext/oci8/
H A Doci8.c1832 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1833 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1839 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1845 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1852 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1855 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1857 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
2846 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2847 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2852 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
[all …]
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c397 smart_str_appendl_ex(buffer, "HTTP", 4, persistent); in append_http_status_line()
406 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_http_status_line()
414 smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent); in append_essential_headers()
415 smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent); in append_essential_headers()
417 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_essential_headers()
1849 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
1850 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
1932 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); in php_cli_server_begin_send_static()
1937 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
1940 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
[all …]
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c73 smart_str_appendl_ex(&TG(sbuf), str, str_length, 1); in sapi_thttpd_ub_write()
82 smart_str_appendl_ex(&TG(sbuf), str, str_length, 1); in sapi_thttpd_ub_write()
148 smart_str_appendl_ex(&TG(sbuf), vec->iov_base, vec->iov_len, 1); in do_writev()

Completed in 27 milliseconds