oci_date          319 ext/oci8/oci8_collection.c 	OCIDate oci_date;
oci_date          324 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
oci_date          337 ext/oci8/oci8_collection.c 			 (dvoid *) &oci_date,
oci_date          617 ext/oci8/oci8_collection.c 	OCIDate oci_date;
oci_date          622 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
oci_date          636 ext/oci8/oci8_collection.c 			 (dvoid *) &oci_date,
oci_date         1805 ext/oci8/oci8_statement.c 		OCIDate oci_date;
oci_date         1812 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_PP(entry), Z_STRLEN_PP(entry), NULL, 0, NULL, 0, &oci_date));
oci_date         1824 ext/oci8/oci8_statement.c 			((OCIDate *)bind->array.elements)[i] = oci_date;
oci_date         1827 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date));
oci_date         1839 ext/oci8/oci8_statement.c 			((OCIDate *)bind->array.elements)[i] = oci_date;