Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_smart_str.h128 static zend_always_inline void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, b… in smart_str_appendl_ex() function
135 smart_str_appendl_ex(dest, ZSTR_VAL(src), ZSTR_LEN(src), persistent); in smart_str_append_ex()
147 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_long_ex()
158 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_unsigned_ex()
168 smart_str_appendl_ex(dest, src, length, false); in smart_str_appendl()
172 smart_str_appendl_ex(dest, src, strlen(src), persistent); in smart_str_appends_ex()
176 smart_str_appendl_ex(dest, src, strlen(src), false); in smart_str_appends()
/PHP-8.3/ext/oci8/
H A Doci8.c863 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
864 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
870 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
876 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
883 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
886 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
888 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
915 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
1984 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
1985 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
[all …]
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c347 smart_str_appendl_ex(buffer, "HTTP", 4, persistent); in append_http_status_line()
356 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); in append_http_status_line()
393smart_str_appendl_ex(buffer, "Connection: close\r\n", sizeof("Connection: close\r\n") - 1, persist… in append_essential_headers()
2071 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
2079 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
2081 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page()
2185 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); in php_cli_server_begin_send_static()
2190 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
2194 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
2195 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()

Completed in 27 milliseconds