Searched refs:smart_str_appendl_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_smart_str.h | 129 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 136 smart_str_appendl_ex(dest, ZSTR_VAL(src), ZSTR_LEN(src), persistent); in smart_str_append_ex() 148 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_long_ex() 159 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_unsigned_ex() 169 smart_str_appendl_ex(dest, src, length, false); in smart_str_appendl() 173 smart_str_appendl_ex(dest, src, strlen(src), persistent); in smart_str_appends_ex() 177 smart_str_appendl_ex(dest, src, strlen(src), false); in smart_str_appends()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 347 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() 393 …smart_str_appendl_ex(buffer, "Connection: close\r\n", sizeof("Connection: close\r\n") - 1, persist… in append_essential_headers() 2083 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page() 2091 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page() 2093 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_send_error_page() 2197 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); in php_cli_server_begin_send_static() 2202 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static() 2206 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static() 2207 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); in php_cli_server_begin_send_static()
|
Completed in 22 milliseconds