Home | History | Annotate | Download | only in back-mdb

Lines Matching defs:lastid

49 	ID  *lastid,
429 ID lastid = NOID;
769 send_paged_response( op, rs, &lastid, 0 );
1100 send_paged_response( op, rs, &lastid, tentries );
1103 lastid = id;
1497 ID *lastid,
1507 "send_paged_response: lastid=0x%08lx nentries=%d\n",
1508 lastid ? *lastid : 0, rs->sr_nentries );
1514 if ( lastid ) {
1515 respcookie = ( PagedResultsCookie )(*lastid);