Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c63 int3store(compress_buf + MYSQLND_HEADER_SIZE, to_be_sent); in write_compressed_packet()
66 int3store(compress_buf + MYSQLND_HEADER_SIZE, 0); in write_compressed_packet()
71 int3store(compress_buf, payload_size); in write_compressed_packet()
146 int3store(uncompressed_payload, to_be_sent); in MYSQLND_METHOD()
170 int3store(p, to_be_sent); in MYSQLND_METHOD()
H A Dconfig-win.h60 #define int3store(T,A) { *(T)= (zend_uchar) ((A));\ macro
H A Dmysqlnd_portability.h134 #define int3store(T,A) { \ macro
203 #define int3store(T,A) do { /*lint -save -e734 */\ macro
H A Dmysqlnd_wireprotocol.c168 int3store(packet,(zend_ulong) length); in php_mysqlnd_net_store_length()

Completed in 39 milliseconds