Lines Matching refs:smart_str_appendl_ex

1831 	smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0);  in php_oci_do_connect_ex()
1832 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1833 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1837smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
1839 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1843 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
1845 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1852 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1855 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1857 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
2845 smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0); in php_oci_get_spool()
2846 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2847 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2850 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
2852 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2858 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2861 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2863 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()