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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h144 uint32_t data_count; member in struct:lldb_private::ThreadStopInfo::__anon2743::__anon2745
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2_disk.h698 hammer2_key_t data_count; member in struct:hammer2_blockref::__anon16531::__anon16532
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c3538 size_t data_count; local
3565 data_count = remoteconfig_cmdlength(reqpt, reqend);
3567 if (data_count > sizeof(remote_config.buffer) - 2) {
3580 if (data_count != (size_t)(reqend - reqpt)) {
3590 reqpt[data_count]);
3594 memcpy(remote_config.buffer, reqpt, data_count);
3599 remote_config.buffer[data_count] = '\0';
3609 remote_config.buffer[data_count++] = '\n';
3610 remote_config.buffer[data_count] = '\0';
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h91 int (*data_count)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines
415 #define sqlite3_data_count sqlite3_api->data_count
H A Dsqlite3.c[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp653 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count;
868 response.PutHex32(tid_stop_info.details.exception.data_count);
871 for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count; ++i) {

Completed in 545 milliseconds