Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_smart_str.h26 smart_str_appendl_ex((dest), (src), strlen(src), (what))
32 smart_str_appendl_ex((dest), (src), (len), 0)
88 static zend_always_inline void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, z… in smart_str_appendl_ex() function
95 smart_str_appendl_ex(dest, ZSTR_VAL(src), ZSTR_LEN(src), persistent); in smart_str_append_ex()
107 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_long_ex()
113 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_unsigned_ex()
/PHP-7.0/ext/oci8/
H A Doci8.c1736 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1737 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1743 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1749 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1756 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1759 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1761 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1790 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
2884 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2885 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
[all …]
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c333 smart_str_appendl_ex(buffer, "HTTP", 4, persistent); in append_http_status_line()
342 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_http_status_line()
350 smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent); in append_essential_headers()
351 smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent); in append_essential_headers()
353 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_essential_headers()
1959 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
1960 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
2055 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); in php_cli_server_begin_send_static()
2060 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
2063 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
[all …]

Completed in 37 milliseconds