Searched refs:data_count (Results 1 – 6 of 6) sorted by relevance
138 uint32_t data_count; member
3532 size_t data_count; in configure() 3559 data_count = remoteconfig_cmdlength(reqpt, reqend); in configure() 3561 if (data_count > sizeof(remote_config.buffer) - 2) { in configure() 3574 if (data_count != (size_t)(reqend - reqpt)) { in configure() 3584 reqpt[data_count]); in configure() 3588 memcpy(remote_config.buffer, reqpt, data_count); in configure() 3593 remote_config.buffer[data_count] = '\0'; in configure() 3603 remote_config.buffer[data_count++] = '\n'; in configure() 3604 remote_config.buffer[data_count] = '\0'; in configure() 3533 size_t data_count; configure() local
91 int (*data_count)(sqlite3_stmt*pStmt); member444 #define sqlite3_data_count sqlite3_api->data_count
136524 int (*data_count)(sqlite3_stmt*pStmt);136877 #define sqlite3_data_count sqlite3_api->data_count
696 hammer2_key_t data_count; member
782 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; in GetJSONThreadsInfo()968 response.PutHex32(tid_stop_info.details.exception.data_count); in PrepareStopReplyPacketForThread()971 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; ++i) { in PrepareStopReplyPacketForThread()