Searched refs:int1store (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 72 int1store(compress_buf + 3, pfc->data->compressed_envelope_packet_no); in write_compressed_packet() 147 int1store(uncompressed_payload + 3, pfc->data->packet_no); in MYSQLND_METHOD() 171 int1store(p + 3, pfc->data->packet_no); in MYSQLND_METHOD()
|
H A D | mysqlnd_ps_codec.c | 770 int1store(*p, Z_LVAL_P(data)); in mysqlnd_stmt_execute_store_param_values() 840 int1store(*p, stmt->send_types_to_server); in mysqlnd_stmt_execute_store_params() 894 int1store(p, (zend_uchar) stmt->flags); in mysqlnd_stmt_execute_generate_request() 900 int1store(p, 1); /* and send 1 for iteration count */ in mysqlnd_stmt_execute_generate_request()
|
H A D | mysqlnd_portability.h | 61 #define int1store(T,A) do { *((int8_t*) (T)) = (A); } while(0) macro
|
H A D | mysqlnd_wireprotocol.c | 525 int1store(p, packet->charset_no); in php_mysqlnd_auth_write() 549 int1store(p, (int8_t)packet->auth_data_len); in php_mysqlnd_auth_write() 989 int1store(buffer + MYSQLND_HEADER_SIZE, packet->command); in php_mysqlnd_cmd_write() 1000 int1store(p, packet->command); in php_mysqlnd_cmd_write() 1959 int1store(buffer + MYSQLND_HEADER_SIZE, '\1'); in php_mysqlnd_sha256_pk_request_write() 2037 int1store(buffer + MYSQLND_HEADER_SIZE, '\2'); in php_mysqlnd_cached_sha2_result_write()
|
H A D | mysqlnd_commands.c | 235 int1store(bits, options); in MYSQLND_METHOD()
|
Completed in 27 milliseconds