smart_str_appendl_ex 1831 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0);
smart_str_appendl_ex 1832 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, username, username_len, 0);
smart_str_appendl_ex 1833 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1837 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0);
smart_str_appendl_ex 1839 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1843 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
smart_str_appendl_ex 1845 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1852 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1855 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0);
smart_str_appendl_ex 1857 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 2845 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0);
smart_str_appendl_ex 2846 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0);
smart_str_appendl_ex 2847 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 2850 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
smart_str_appendl_ex 2852 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 2858 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 2861 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0);
smart_str_appendl_ex 2863 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex   77 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), (src), strlen(src), (what))
smart_str_appendl_ex   86 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), (src), (len), 0)
smart_str_appendl_ex  169 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), __t, __b + sizeof(__b) - 1 - __t, (type));	\
smart_str_appendl_ex  182 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), ((smart_str *)(src))->c, \
smart_str_appendl_ex  442 sapi/cli/php_cli_server.c 	smart_str_appendl_ex(buffer, "HTTP", 4, persistent);
smart_str_appendl_ex  451 sapi/cli/php_cli_server.c 	smart_str_appendl_ex(buffer, "\r\n", 2, persistent);
smart_str_appendl_ex  459 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent);
smart_str_appendl_ex  460 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent);
smart_str_appendl_ex  462 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, "\r\n", 2, persistent);
smart_str_appendl_ex  465 sapi/cli/php_cli_server.c 	smart_str_appendl_ex(buffer, "Connection: close\r\n", sizeof("Connection: close\r\n") - 1, persistent);
smart_str_appendl_ex 1987 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 1988 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 2070 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1);
smart_str_appendl_ex 2075 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 2078 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 2079 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex   73 sapi/thttpd/thttpd.c 		smart_str_appendl_ex(&TG(sbuf), str, str_length, 1);
smart_str_appendl_ex   82 sapi/thttpd/thttpd.c 				smart_str_appendl_ex(&TG(sbuf), str, str_length, 1);
smart_str_appendl_ex  148 sapi/thttpd/thttpd.c 			smart_str_appendl_ex(&TG(sbuf), vec->iov_base, vec->iov_len, 1);