smart_str_appendl_ex 1873 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); smart_str_appendl_ex 1874 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, username, username_len, 0); smart_str_appendl_ex 1875 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1879 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); smart_str_appendl_ex 1881 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1885 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); smart_str_appendl_ex 1887 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1894 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1897 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); smart_str_appendl_ex 1899 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2974 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0); smart_str_appendl_ex 2975 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); smart_str_appendl_ex 2976 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2979 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); smart_str_appendl_ex 2981 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2987 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2990 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); smart_str_appendl_ex 2992 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 443 sapi/cli/php_cli_server.c smart_str_appendl_ex(buffer, "HTTP", 4, persistent); smart_str_appendl_ex 452 sapi/cli/php_cli_server.c smart_str_appendl_ex(buffer, "\r\n", 2, persistent); smart_str_appendl_ex 460 sapi/cli/php_cli_server.c smart_str_appendl_ex(buffer, "Host", sizeof("Host") - 1, persistent); smart_str_appendl_ex 461 sapi/cli/php_cli_server.c smart_str_appendl_ex(buffer, ": ", sizeof(": ") - 1, persistent); smart_str_appendl_ex 463 sapi/cli/php_cli_server.c smart_str_appendl_ex(buffer, "\r\n", 2, persistent); smart_str_appendl_ex 466 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 2002 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 2098 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); smart_str_appendl_ex 2103 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "\r\n", 2, 1); smart_str_appendl_ex 2106 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "\r\n", 2, 1); smart_str_appendl_ex 2107 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);