Lines Matching refs:PHP_OCI_CALL

58PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NU…  in php_oci_statement_create()
61PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NU… in php_oci_statement_create()
86 PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, OCI_STRLS_CACHE_DELETE)); in php_oci_statement_create()
87 PHP_OCI_CALL(OCIHandleFree,(statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_create()
158PHP_OCI_CALL(OCIHandleAlloc, (statement->connection->env, (dvoid **)&(statement2->err), OCI_HTYPE_… in php_oci_get_implicit_resultset()
329 PHP_OCI_CALL(OCIStmtSetPieceInfo, in php_oci_statement_fetch()
617 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
627 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
637 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
647 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
660 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
670 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
680 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
685 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
888PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_S… in php_oci_statement_free()
890 PHP_OCI_CALL(OCIHandleFree, (statement->stmt, OCI_HTYPE_STMT)); in php_oci_statement_free()
896 PHP_OCI_CALL(OCIHandleFree, (statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_free()