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          611 ext/oci8/oci8_collection.c 	OCIDate oci_date;
oci_date          616 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          630 ext/oci8/oci8_collection.c 			 (dvoid *) &oci_date,
oci_date         1854 ext/oci8/oci8_statement.c 		OCIDate oci_date;
oci_date         1861 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_P(entry), (ub4) Z_STRLEN_P(entry), NULL, 0, NULL, 0, &oci_date));
oci_date         1873 ext/oci8/oci8_statement.c 			((OCIDate *)bind->array.elements)[i] = oci_date;
oci_date         1876 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         1888 ext/oci8/oci8_statement.c 			((OCIDate *)bind->array.elements)[i] = oci_date;