Home
last modified time | relevance | path

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

/PHP-5.6/ext/oci8/
H A Doci8.c2968 smart_str spool_hashed_details = {0}; in php_oci_get_spool() local
2976 smart_str_appendl_ex(&spool_hashed_details, username, username_len, 0); in php_oci_get_spool()
2977 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2982 smart_str_appendl_ex(&spool_hashed_details, "**", sizeof("**") - 1, 0); in php_oci_get_spool()
2991 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2995 smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0); in php_oci_get_spool()
2999 smart_str_0(&spool_hashed_details); in php_oci_get_spool()
3000 php_strtolower(spool_hashed_details.c, spool_hashed_details.len); in php_oci_get_spool()
3003 …if (zend_hash_find(&EG(persistent_list),spool_hashed_details.c, spool_hashed_details.len+1, (void … in php_oci_get_spool()
3017 …php_oci_spool *)(spool_out_le->ptr))->spool_hash_key, spool_hashed_details.c, spool_hashed_details in php_oci_get_spool()
[all …]

Completed in 11 milliseconds