Lines Matching +full:22 +full:c
12 --- /dev/null 2016-01-22 17:30:55.000000000 -0500
13 +++ include/pfilter.h 2016-01-22 16:18:33.000000000 -0500
18 --- modules/mod_auth.c.orig 2015-05-27 20:25:54.000000000 -0400
19 +++ modules/mod_auth.c 2016-01-22 16:21:06.000000000 -0500
53 --- src/main.c.orig 2016-01-22 17:36:43.000000000 -0500
54 +++ src/main.c 2016-01-22 17:37:58.000000000 -0500
81 --- /dev/null 2016-01-22 17:30:55.000000000 -0500
82 +++ src/pfilter.c 2016-01-22 16:37:55.000000000 -0500
106 + conn_t *c = session.c;
109 + if (c == NULL)
111 + if (c->rfd != -1)
112 + fd = c->rfd;
113 + else if (c->wfd != -1)
114 + fd = c->wfd;