Home
last modified time | relevance | path

Searched defs:statement_cache_size (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/oci8/
H A Doci8.c3073 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_old_create_session() local
3261 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_create_session() local
H A Dphp_oci8_int.h505 long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable

Completed in 14 milliseconds