Home
last modified time | relevance | path

Searched refs:data_count (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h144 uint32_t data_count; member
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_control.c3538 size_t data_count; in configure() local
3565 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()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h91 int (*data_count)(sqlite3_stmt*pStmt); member
422 #define sqlite3_data_count sqlite3_api->data_count
H A Dsqlite3.c127405 int (*data_count)(sqlite3_stmt*pStmt);
127736 #define sqlite3_data_count sqlite3_api->data_count
/freebsd-13.1/usr.sbin/fstyp/
H A Dhammer2_disk.h698 hammer2_key_t data_count; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp746 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()