smart_str_appendl_ex   26 Zend/zend_smart_str.h 	smart_str_appendl_ex((dest), (src), strlen(src), (what))
smart_str_appendl_ex   32 Zend/zend_smart_str.h 	smart_str_appendl_ex((dest), (src), (len), 0)
smart_str_appendl_ex   95 Zend/zend_smart_str.h 	smart_str_appendl_ex(dest, ZSTR_VAL(src), ZSTR_LEN(src), persistent);
smart_str_appendl_ex  107 Zend/zend_smart_str.h 	smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent);
smart_str_appendl_ex  113 Zend/zend_smart_str.h 	smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent);
smart_str_appendl_ex 1869 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0);
smart_str_appendl_ex 1870 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, username, username_len, 0);
smart_str_appendl_ex 1871 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1875 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0);
smart_str_appendl_ex 1877 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1881 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
smart_str_appendl_ex 1883 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1890 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1893 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0);
smart_str_appendl_ex 1895 ext/oci8/oci8.c 	smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 1924 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0);
smart_str_appendl_ex 2999 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0);
smart_str_appendl_ex 3000 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0);
smart_str_appendl_ex 3001 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 3004 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
smart_str_appendl_ex 3006 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 3012 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex 3015 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0);
smart_str_appendl_ex 3017 ext/oci8/oci8.c 	smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0);
smart_str_appendl_ex  328 sapi/cli/php_cli_server.c 	smart_str_appendl_ex(buffer, "HTTP", 4, persistent);
smart_str_appendl_ex  337 sapi/cli/php_cli_server.c 	smart_str_appendl_ex(buffer, "\r\n", 2, persistent);
smart_str_appendl_ex  345 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent);
smart_str_appendl_ex  346 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent);
smart_str_appendl_ex  348 sapi/cli/php_cli_server.c 			smart_str_appendl_ex(buffer, "\r\n", 2, persistent);
smart_str_appendl_ex  351 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 1899 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 1900 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 1995 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1);
smart_str_appendl_ex 2000 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 2003 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);
smart_str_appendl_ex 2004 sapi/cli/php_cli_server.c 		smart_str_appendl_ex(&buffer, "\r\n", 2, 1);