Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_smart_str.h80 smart_str_appendl_ex((dest), (src), strlen(src), (what))
89 smart_str_appendl_ex((dest), (src), (len), 0)
115 #define smart_str_appendl_ex(dest, src, nlen, what) do { \ macro
172 smart_str_appendl_ex((dest), __t, __b + sizeof(__b) - 1 - __t, (type)); \
185 smart_str_appendl_ex((dest), ((smart_str *)(src))->c, \
/PHP-5.5/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.5/sapi/cli/
H A Dphp_cli_server.c442 smart_str_appendl_ex(buffer, "HTTP", 4, persistent); in append_http_status_line()
451 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_http_status_line()
459 smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent); in append_essential_headers()
460 smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent); in append_essential_headers()
462 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_essential_headers()
1987 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
1988 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
2070 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); in php_cli_server_begin_send_static()
2075 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
2078 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
[all …]
/PHP-5.5/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 24 milliseconds