Searched refs:reg_recs (Results 1 – 1 of 1) sorted by relevance
177 … registered_record_entry *reg_recs; // list of registrations for a connection-oriented request member1111 registered_record_entry **ptr = &request->u.reg_recs; in regrecord_callback()1188 while (request->u.reg_recs) in connection_termination()1190 registered_record_entry *ptr = request->u.reg_recs; in connection_termination()1192 request->u.reg_recs = request->u.reg_recs->next; in connection_termination()1276 re->next = request->u.reg_recs; in handle_regrecord_request()1277 request->u.reg_recs = re; in handle_regrecord_request()1496 for (reptr = request->u.reg_recs; reptr; reptr = reptr->next) in handle_update_request()1561 registered_record_entry *e, **ptr = &request->u.reg_recs; in remove_record()5245 for (p = req->u.reg_recs; p; p=p->next) num_records++; in LogClientInfo()[all …]