Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c2015 …PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh in php_oci_create_spool()
2076 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL,… in php_oci_create_spool()
2089 …tatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&sess… in php_oci_create_spool()
2506 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
2507 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
2606 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close()
2610 if (session_pool->poolh) { in php_oci_spool_close()
2611 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL)); in php_oci_spool_close()
H A Dphp_oci8_int.h129 OCISPool *poolh; /* pool handle */ member

Completed in 18 milliseconds