Home
last modified time | relevance | path

Searched refs:dword (Results 251 – 275 of 20384) sorted by last modified time

1...<<11121314151617181920>>...816

/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/smapi/smapi/
H A Dmsgapi.h86 typedef dword UMSGID;
137 dword attr;
203 dword num_msg;
204 dword cur_msg;
205 dword high_msg;
206 dword high_water;
220dword(_XPENTRY * ReadMsg) (MSGH * msgh, XMSG * msg, dword ofs, dword bytes, byte * text, dword cby…
236 dword (_XPENTRY * GetHash)(HAREA harea, dword msgnum);
268 dword id;
271 dword cur_pos;
[all …]
H A Dapi_jam.h51 dword DateCreated; /* Creation date */
52 dword ModCounter; /* Last processed counter */
104 dword SubfieldLen; /* Length of subfields */
106 dword MsgIdCRC; /* CRC-32 of MSGID line */
120 dword Cost; /* Cost of message */
159 dword DatLen;
165 dword subfieldCount;
166 dword arraySize;
205 dword UserID; /* Unique UserID */
212 dword IdxOffset; /* Offset Idx file */
[all …]
H A Dapi_sq.h80 dword id; /* sqhdr.id must always equal SQHDRID */
85 dword frame_length; /* Length of this frame */
137 dword dwUsed; /* Number of entries used in this seg */
172 dword dwMaxMsg; /* Max number of msgs in area */
176 dword dwHighWater; /* High water message NUMBER */
212 dword id; /* Must always equal MSGH_ID */
215 dword cur_pos; /* Current read posn within msg */
219 dword dwMsg; /* This message number */
259 dword dwWritePos; /* Current write position */
275 HUSKYEXT int read_sqidx(int, SQIDX *, dword);
[all …]
H A Dapi_jamp.h15 static dword _XPENTRY JamReadMsg(MSGH * msgh, XMSG * msg, dword offset, dword bytes, byte * text, d…
16 …riteMsg(MSGH * msgh, word append, XMSG * msg, byte * text, dword textlen, dword totlen, dword clen…
29 static dword _XPENTRY JamGetHash(HAREA mh, dword msgnum);
49 HUSKYEXT dword Jam_Crc32(unsigned char* buff, dword len);
62 dword bytes_written;
63 dword cur_pos;
71 dword seek_idx;
72 dword seek_hdr;
74 dword clen;
76 dword lclen;
[all …]
H A Dapi_brow.h84 dword bdata;
88 dword msgn;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/smapi/src/
H A Dapi_sdm.c118 Mhd->hwm = (dword) - 1L; in SdmOpenArea()
278 dword msguid=0; in SdmOpenMsg()
524 static dword _XPENTRY SdmReadMsg(MSGH * msgh, XMSG * msg, dword offset, dword bytes, byte * text, d… in SdmReadMsg()
527 dword realbytes, got; in SdmReadMsg()
534 return (dword)-1L; in SdmReadMsg()
692 …riteMsg(MSGH * msgh, word append, XMSG * msg, byte * text, dword textlen, dword totlen, dword clen… in SdmWriteMsg()
806 dword hwm; in SdmKillMsg()
1027 dword pos, end; in SdmGetTextLen()
1380 static dword _XPENTRY SdmGetHash(HAREA mh, dword msgnum) in SdmGetHash()
1384 dword rc = 0l; in SdmGetHash()
[all …]
H A Dsq_hash.c62 dword _XPENTRY apiSquishGetHash(HAREA ha, dword dwMsg) in apiSquishGetHash()
68 return (dword)0L; in apiSquishGetHash()
H A Dsq_msg.c135 static dword near _SquishTranslateNum(HAREA ha, dword dwMsg) in _SquishTranslateNum()
270 sqi.hash=(dword)-1L; in _SquishBlankOldMsg()
305 sqi.hash=(dword)-1L; in _SquishBlankNewMsg()
363 dword dwDeleted, in _SquishReduceMaxPointers()
391 if (ha->cur_msg==(dword)Sqd->wSkipMsg+dwDeleted+1) in _SquishReduceMaxPointers()
400 else if (ha->cur_msg==(dword)Sqd->wSkipMsg) in _SquishReduceMaxPointers()
411 if (ha->cur_msg > (dword)Sqd->wSkipMsg) in _SquishReduceMaxPointers()
413 if (ha->cur_msg <= (dword)Sqd->wSkipMsg+dwDeleted) in _SquishReduceMaxPointers()
456 else ha->high_water=(dword)lNewHWM; in _SquishReduceMaxPointers()
474 dword dwDeleted=0; in _SquishReduceMaxMsgs()
[all …]
H A Dsq_uid.c108 dword rc=0; in apiSquishUidToMsgn()
110 dword dwMax; in apiSquishUidToMsgn()
136 return (dword)0; in apiSquishUidToMsgn()
158 if (!SidxGet(Sqd->hix, (dword)stTry, &sqi)) in apiSquishUidToMsgn()
163 rc=(dword)stTry; in apiSquishUidToMsgn()
179 rc=(dword)stTry; in apiSquishUidToMsgn()
181 rc=(dword)0; in apiSquishUidToMsgn()
183 rc=(dword)(stTry-1L); in apiSquishUidToMsgn()
188 rc=(dword)stTry; in apiSquishUidToMsgn()
190 rc=(dword)(stTry+1L); in apiSquishUidToMsgn()
[all …]
H A Dsq_write.c261 dword dwCtrlLen, dword dwFrameLen) in _SquishLinkMessageFrame()
368 dword dwTotal=(dword)XMSG_SIZE+dwTxtTotal+dwCtrlLen; in _SquishGetWriteFrame()
369 dword dwFrameLen=0; in _SquishGetWriteFrame()
512 *pdwOfs = (dword)ofs + (dword)XMSG_SIZE; in _SquishWriteXmsg()
524 dword dwCtrlLen, dword *pdwOfs) in _SquishWriteCtrl()
568 *pdwOfs=(dword)ofs + dwCtrlLen; in _SquishWriteCtrl()
581 dword dwMaxWrite; in _SquishWriteTxt()
605 if (*pdwOfs != (dword)ofs) in _SquishWriteTxt()
618 *pdwOfs = (dword)ofs + dwMaxWrite; in _SquishWriteTxt()
657 dword dwTxtTotal, in apiSquishWriteMsg()
[all …]
H A Dsq_help.c235 FOFS _SquishGetFrameOfs(HAREA ha, dword dwMsg) in _SquishGetFrameOfs()
318 unsigned _SquishFixMemoryPointers(HAREA ha, dword dwMsg, SQHDR *psqh) in _SquishFixMemoryPointers()
393 unsigned _SquishFreeIndex(HAREA ha, dword dwMsg, SQIDX *psqi, in _SquishFreeIndex()
394 dword dwIdxSize, unsigned fWrite) in _SquishFreeIndex()
427 SQIDX * _SquishAllocIndex(HAREA ha, dword dwMsg, dword *pdwIdxSize)
430 dword dwIdxSize;
482 unsigned _SquishRemoveIndex(HAREA ha, dword dwMsg, SQIDX *psqiOut, SQHDR *psqh)
484 dword dwIdxSize;
514 psqiLast->hash=(dword)-1L;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/aplibs/
H A Dsqnetscn.cc154 dword msgn = MsgUidToMsgn (harea, msgID, UID_NEXT); in GetNextMsg()
167 dword readlen = MsgReadMsg (hmsg, xmsg, 0, 0, NULL, 0, NULL); in GetNextMsg()
168 if (readlen == (dword)-1) in GetNextMsg()
197 dword readlen = MsgReadMsg (hmsg, NULL, 0, size-1, (byte *)body, 0, NULL); in LoadMsgBody()
198 if (readlen == (dword)-1) // corrupted message ! in LoadMsgBody()
222 err |= (MsgReadMsg (hmsg, &xmsg, 0, 0, NULL, 0, NULL) == (dword)-1); in MarkMsgRead()
H A Dsqtagpat.cc140 char **origin, dword *attr) in AddTag()
H A Ddosfind.cc67 #define DwordBound(p) pvoid ((dword(p)+3) & 0xFFFFFFFC)
H A Dfblib.cc48 dword dmpofs;
49 dword first; // number of first idx entry in FBD data
241 int FileBase::DmpWrite (const char *text, dword *ofs) in DmpWrite()
261 dword size, const char *desc, const char *acs, in AreaAddEntry()
460 dword size; in BuildArea()
516 dword fsize; in BuildArea()
523 *((dword *)(&cre_date)) = 0L; in BuildArea()
524 *((dword *)(&mod_date)) = 0L; in BuildArea()
H A Dmaxacs.cc36 static int GetKeys (char *ks, dword *keys1, dword *keys0 = NULL) in GetKeys()
146 int MAXACS::GetGenAcs (char *lks, word *level, dword *keys1, dword *keys0) in GetGenAcs()
180 int MAXACS::GetAcs (char *ACS, word *level, dword *keys) in GetAcs()
186 BOOL MAXACS::TokAcs (char *TokAcs, word level, dword keys) in TokAcs()
234 dword reqkeys1, reqkeys0; in TokAcs()
280 BOOL MAXACS::ProdAccess (char *pac, word level, dword keys) in ProdAccess()
300 BOOL MAXACS::HaveAccess (char *ACS, word level, dword keys) in HaveAccess()
H A Dmisc.cc254 static int getkeys (const char *&src, dword *keys) in getkeys()
284 int GetLevKey (const char *&src, word *level, dword *keys, byte flags) in GetLevKey()
344 void PrintLevKey (char *buffer, word level, dword keys) in PrintLevKey()
357 dword ibit = 0x00000001; in PrintLevKey()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/include/max/
H A Dcallinfo.h29 dword logon_xkeys; /* Keys on login 88*/
30 dword logoff_xkeys; /* Keys on logoff 92*/
H A Dfb.h52 dword acs; /* Offset to ACS in FILES.DMP */
55 dword times_dl; /* # of times this file has been DLed */
60 dword fsize; /* File's size, in bytes */
64 dword uploader; /* Uploader's name */
65 dword desc; /* File description (or comment if no file) */
66 dword path; /* Path of file - 0 if in normal file dir */
67 dword pwd; /* Password for file */
H A Dprm.h238 dword k_free; /* The number of disk space (in K) which *
294 dword max_msgsize; /* Truncate uploaded messages to this size */
H A Dmax.h76 #define MsgAreaHasLock(a,l) ((a).msglock & (1L << (dword)(l)))
77 #define FileAreaHasLock(a,l)((a).filelock & (1L << (dword)(l)))
288 dword num_callers;
289 dword quote_pos;
290 dword msgs_written;
292 dword total_dl;
293 dword total_ul;
345 dword next_msgofs;
346 dword new_msgofs;
362 dword rsvd1;
[all …]
H A Dnewarea.h122 dword rsvd4; /*60*/
156 dword keys; /* New keys to use while in this area */
196 dword name_hash; /* SquishHash of full area name */
197 dword ofs; /* Offset within data file */
H A Dtypedefs.h15 typedef unsigned int dword; typedef
35 typedef unsigned long dword; typedef
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/include/
H A Dtypedefs.h36 typedef unsigned long dword; typedef
H A Dinmem.hpp34 dword datofs;
35 dword dtpofs;
36 dword entryn; // number of entry, 0 based
50 dword n, // total number of elements
56 dword dtpofs; // Offset of DTP to be written
79 dword RemoveDupes ();
81 dword EatDownSeg (dword i);
82 dword GetSeg (int SegType, dword i);
83 dword Link (int Select);
94 dword datofs,
[all …]

1...<<11121314151617181920>>...816