Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c44 zend_ulong second_part; member
231 t.second_part = (length > 8) ? (zend_ulong) sint4korr(to+8) : 0; in ps_fetch_time()
255 (uint32_t) (t.second_part / pow(10, 6 - field->decimals)) in ps_fetch_time()
284 t.second_part = t.hour = t.minute = t.second = 0; in ps_fetch_date()
332 t.second_part = (length > 7) ? (zend_ulong) sint4korr(to+7) : 0; in ps_fetch_datetime()
352 (uint32_t) (t.second_part / pow(10, 6 - field->decimals)) in ps_fetch_datetime()

Completed in 7 milliseconds