Home
last modified time | relevance | path

Searched refs:_idxp (Results 1 – 2 of 2) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gmb3/
H A Dgmohuds4.cpp230 HudsIdx* _idxp = wide->msgidxptr + (uint)_hdridx; in save_message() local
231 _idxp->board = __hdr.board; in save_message()
232_idxp->msgno = (msgn_t)((__mode & GMSG_DELETE) ? (__HUDSON ? HUDS_DELETEDMSGNO : GOLD_DELETEDMSGNO… in save_message()
234 wide->fhidx.Write(_idxp, sizeof(HudsIdx)); in save_message()
H A Dgmosqsh4.cpp621 SqshIdx* _idxp = _idx + _reln; in save_message() local
622 _idxp->offset = _newframe; in save_message()
623 _idxp->msgno = __msg->msgno; in save_message()
624 _idxp->hash = _hash; in save_message()