Lines Matching refs:smart_str_appendl_ex

1739 	smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0);  in php_oci_do_connect_ex()
1740 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1741 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1745smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
1747 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1751 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
1753 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1760 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1763 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1765 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1792 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
2919 smart_str_appendl_ex(&spool_hashed_details, "oci8spool***", sizeof("oci8spool***") - 1, 0); in php_oci_get_spool()
2920 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2921 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2924 smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_get_spool()
2926 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2932 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2935 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2937 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()