Searched refs:clnt_pending (Results 1 – 1 of 1) sorted by relevance
436 static calllist_t *clnt_pending = NULL; variable2729 clnt_pending = e->call_next; in connmgr_connect()2898 clnt_pending = e->call_next; in connmgr_getopt_int()2990 clnt_pending = e->call_next; in connmgr_setopt_int()3136 if (clnt_pending) in clnt_dispatch_send()3137 clnt_pending->call_prev = e; in clnt_dispatch_send()3138 e->call_next = clnt_pending; in clnt_dispatch_send()3140 clnt_pending = e; in clnt_dispatch_send()3303 for (e = clnt_pending; /* NO CONDITION */; e = e->call_next) { in clnt_dispatch_notifyconn()3581 for (e = clnt_pending; e; e = e->call_next) { in clnt_dispatch_notifyall()