FACT++  1.0
CLIENT* find_client ( int  conn_id)

Definition at line 2148 of file dis_old.c.

References Client_head, and dll_search().

Referenced by check_delay_delete(), dis_get_client_services(), dis_insert_request(), do_update_service(), find_release_request(), and release_request().

2149 {
2150  register CLIENT *clip;
2151 
2152  clip = (CLIENT *)
2153  dll_search( (DLL *) Client_head, &conn_id, sizeof(conn_id));
2154  return(clip);
2155 }
Definition: dis.c:98
static CLIENT * Client_head
Definition: dis_old.c:106
Definition: dim.h:530
DLL * dll_search(DLL *head, char *data, int size)
Definition: dll.c:49

+ Here is the call graph for this function:

+ Here is the caller graph for this function: