Home
last modified time | relevance | path

Searched refs:spool_hashed_details (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/oci8/
H A Doci8.c2875 smart_str spool_hashed_details = {0}; in php_oci_get_spool() local
2884 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2885 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2890 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2894 smart_str_append_unsigned_ex(&spool_hashed_details, password_hash, 0); in php_oci_get_spool()
2899 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2903 smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0); in php_oci_get_spool()
2907 smart_str_0(&spool_hashed_details); in php_oci_get_spool()
2908 php_strtolower(ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)); in php_oci_get_spool()
2930 …)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_de… in php_oci_get_spool()
[all …]

Completed in 13 milliseconds