Searched refs:smart_str_appendl_ex (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8.c | 1831 smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); 1832 smart_str_appendl_ex(&hashed_details, username, username_len, 0); 1833 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); 1837 smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); 1839 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); 1843 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); 1845 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); 1852 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); 1855 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); 1857 smart_str_appendl_ex( [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | php_smart_str.h | 77 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_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 383 smart_str_appendl_ex(buffer, "HTTP", 4, persistent); 392 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); 400 smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent); 401 smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent); 403 smart_str_appendl_ex(buffer, "\r\n", 2, persistent); 406 smart_str_appendl_ex(buffer, "Connection: close\r\n", sizeof("Connection: close\r\n") - 1, persistent); 1844 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); 1845 smart_str_appendl_ex(&buffer, "\r\n", 2, 1); 1927 smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); 1932 smart_str_appendl_ex( [all...] |
| /PHP_TRUNK/sapi/thttpd/ |
| H A D | thttpd.c | 73 smart_str_appendl_ex(&TG(sbuf), str, str_length, 1); 82 smart_str_appendl_ex(&TG(sbuf), str, str_length, 1); 148 smart_str_appendl_ex(&TG(sbuf), vec->iov_base, vec->iov_len, 1);
|
Completed in 11 milliseconds