Searched refs:date_len (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/oci8/ |
H A D | oci8_collection.c | 316 int php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len) in php_oci_collection_append_date() argument 324 …PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NU… in php_oci_collection_append_date() 608 …lection_element_set_date(php_oci_collection *collection, zend_long index, char *date, int date_len) in php_oci_collection_element_set_date() argument 616 …PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NU… in php_oci_collection_element_set_date()
|
H A D | php_oci8_int.h | 472 …ection_element_set_date(php_oci_collection *collection, zend_long index, char *date, int date_len); 478 int php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len);
|
Completed in 9 milliseconds