Home
last modified time | relevance | path

Searched refs:timestamp_format (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h81 char *timestamp_format; member
H A Dfirebird_driver.c124 if (H->timestamp_format) { in firebird_handle_closer()
125 efree(H->timestamp_format); in firebird_handle_closer()
524 if (H->timestamp_format) { in firebird_handle_set_attribute()
525 efree(H->timestamp_format); in firebird_handle_set_attribute()
527 spprintf(&H->timestamp_format, 0, "%s", Z_STRVAL_P(val)); in firebird_handle_set_attribute()
H A Dfirebird_statement.c394 fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT; in firebird_stmt_get_col()

Completed in 7 milliseconds