Searched defs:read_handle_t (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlog.c105 typedef struct read_handle_t { struct
106 struct read_handle_t *next;
108 } read_handle_t; typedef in typeref:struct:read_handle_t
110 static read_handle_t *read_handles;
156 read_handle_t *new_handle;
158 new_handle = apr_pcalloc(p, sizeof(read_handle_t));
167 read_handle_t *cur = read_handles;

Completed in 3517 milliseconds