Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c42 zend_ulong second_part; member
226 t.second_part = (length > 8) ? (zend_ulong) sint4korr(to+8) : 0; in ps_fetch_time()
243 (uint32_t) (t.second_part / pow(10, 6 - field->decimals)))); in ps_fetch_time()
267 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
310 t.second_part = (length > 7) ? (zend_ulong) sint4korr(to+7) : 0; in ps_fetch_datetime()
321 (uint32_t) (t.second_part / pow(10, 6 - field->decimals)))); in ps_fetch_datetime()

Completed in 6 milliseconds