Searched refs:data_count (Results 1 – 6 of 6) sorted by relevance
144 uint32_t data_count; member
3538 size_t data_count; in configure() local3565 data_count = remoteconfig_cmdlength(reqpt, reqend); in configure()3567 if (data_count > sizeof(remote_config.buffer) - 2) { in configure()3580 if (data_count != (size_t)(reqend - reqpt)) { in configure()3590 reqpt[data_count]); in configure()3594 memcpy(remote_config.buffer, reqpt, data_count); in configure()3599 remote_config.buffer[data_count] = '\0'; in configure()3609 remote_config.buffer[data_count++] = '\n'; in configure()3610 remote_config.buffer[data_count] = '\0'; in configure()
91 int (*data_count)(sqlite3_stmt*pStmt); member422 #define sqlite3_data_count sqlite3_api->data_count
127405 int (*data_count)(sqlite3_stmt*pStmt);127736 #define sqlite3_data_count sqlite3_api->data_count
698 hammer2_key_t data_count; member
746 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; in GetJSONThreadsInfo()941 response.PutHex32(tid_stop_info.details.exception.data_count); in SendStopReplyPacketForThread()944 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; ++i) { in SendStopReplyPacketForThread()