smart_str_appendl_ex 1871 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); smart_str_appendl_ex 1872 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, username, username_len, 0); smart_str_appendl_ex 1873 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1877 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); smart_str_appendl_ex 1879 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1883 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); smart_str_appendl_ex 1885 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1892 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 1895 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); smart_str_appendl_ex 1897 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2972 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0); smart_str_appendl_ex 2973 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); smart_str_appendl_ex 2974 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2977 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); smart_str_appendl_ex 2979 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2985 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); smart_str_appendl_ex 2988 ext/oci8/oci8.c smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); smart_str_appendl_ex 2990 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 1986 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "\r\n", 2, 1); smart_str_appendl_ex 1987 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "\r\n", 2, 1); smart_str_appendl_ex 2069 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "Content-Type: ", sizeof("Content-Type: ") - 1, 1); smart_str_appendl_ex 2074 sapi/cli/php_cli_server.c smart_str_appendl_ex(&buffer, "\r\n", 2, 1); smart_str_appendl_ex 2077 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 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);