Home
last modified time | relevance | path

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

/PHP-7.2/ext/oci8/
H A Doci8.c2786 …PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh in php_oci_create_spool()
2847 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL,… in php_oci_create_spool()
2860 …tatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&sess… in php_oci_create_spool()
3287 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
3288 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
3387 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close()
3391 if (session_pool->poolh) { in php_oci_spool_close()
3392 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL)); in php_oci_spool_close()
H A Dphp_oci8_int.h131 OCISPool *poolh; /* pool handle */ member

Completed in 19 milliseconds