oratext          1898 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset));
oratext           404 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr));
oratext           482 ext/oci8/oci8_collection.c 	oratext buff[1024];
oratext           698 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr));
oratext          1023 ext/oci8/oci8_statement.c 					oratext buff[1024];
oratext           613 ext/pdo_oci/oci_driver.c 		H->charset = OCINlsCharSetNameToId(pdo_oci_Env, (const oratext *)vars[0].optval);