Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dconfig-win.h75 #define sint4korr(A) (*((int32_t *) (A))) macro
H A Dmysqlnd_portability.h302 #define sint4korr(A) (*((long *) (A))) macro
364 #define sint4korr(A) (int32_t) (((int32_t) ((zend_uchar) (A)[0])) +\ macro
H A Dmysqlnd_ps_codec.c103 case 4:lval = (int64_t) sint4korr(*row);break; in ps_fetch_from_1_to_8_bytes()
227 t.day = (unsigned long) sint4korr(to+1); in ps_fetch_time()
231 t.second_part = (length > 8) ? (unsigned long) sint4korr(to+8) : 0; in ps_fetch_time()
318 t.second_part = (length > 7) ? (unsigned long) sint4korr(to+7) : 0; in ps_fetch_datetime()

Completed in 10 milliseconds