Searched refs:hold (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DCache.h86 void SetHoldChanges(bool hold) argument
88 fHoldChanges = hold;
89 if (!hold)
H A DBPlusTree.h138 void SetHoldChanges(bool hold);
H A DBPlusTree.cpp990 // is the node big enough to hold the pair?
1139 void BPlusTree::SetHoldChanges(bool hold) argument
1141 fCache.SetHoldChanges(hold);
/haiku/src/bin/network/ping/
H A Dping.c232 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; local
659 hold = 1;
661 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold,
662 sizeof(hold));
663 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold,
664 sizeof(hold));
667 (void)setsockopt(ssend, SOL_SOCKET, SO_DONTROUTE, (char *)&hold,
668 sizeof(hold));
719 setsockopt(ssend, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold));
[all...]
H A Dping6.c288 int almost_done, ch, hold, packlen, preload, optval, error; local
801 hold = 1;
804 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold,
805 sizeof(hold));
806 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold,
807 sizeof(hold));
1106 hold = 48 * 1024;
1107 setsockopt(srecv, SOL_SOCKET, SO_RCVBUF, (char *)&hold,
1108 sizeof(hold));
1303 * of the data portion are used to hold
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_traps.S42 # switch to kernel stack, SSCRATCH will hold user SP
/haiku/src/bin/unzip/
H A Dglobals.h114 UnZip will include a 64-entry table. Each entry can hold a global
196 unsigned _wsize; /* sliding window size can be hold in unsigned */
251 uch *hold; member in struct:Globals
H A Dprocess.c182 G.inbuf = (uch *)malloc(INBUFSIZ + 4); /* 4 extra for hold[] (below) */
190 G.hold = G.inbuf + INBUFSIZ; /* to check for boundary-spanning sigs */
953 memcpy((char *)G.hold, (char *)G.inbuf, 3);
982 memcpy((char *)G.hold, (char *)G.inbuf, 3);
/haiku/src/apps/diskusage/
H A DPieView.cpp654 int hold = i; local
656 msg.FindString("applications", i + hold, &appSig);

Completed in 168 milliseconds