Searched refs:reason_phrase (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_207.c159 #define GIVE_STATUS(p) ((p)->status.reason_phrase?&(p)->status:NULL)
193 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
214 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
215 p->description = p->status.reason_phrase = NULL;
225 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
226 p->description = p->status.reason_phrase = NULL;
251 if (p->status.reason_phrase) ne_fre
[all...]
H A Dne_utils.h102 char *reason_phrase; member in struct:__anon4805
109 * s->reason_phrase is malloc-allocated if non-NULL, and must be
H A Dne_utils.c209 st->reason_phrase = ne_strclean(ne_strdup(part));
H A Dne_props.c530 pstat->status.reason_phrase = ne_strdup(status->reason_phrase);
556 if (p->status.reason_phrase)
557 ne_free(p->status.reason_phrase);
H A Dne_request.c700 if (req->status.reason_phrase)
701 ne_free(req->status.reason_phrase);
909 if (status->reason_phrase) ne_free(status->reason_phrase);
919 status->reason_phrase = ne_strclean(ne_strdup(buffer + 8));
1211 ne_set_error(req->session, "%d %s", st->code, st->reason_phrase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_207.c159 #define GIVE_STATUS(p) ((p)->status.reason_phrase?&(p)->status:NULL)
193 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
214 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
215 p->description = p->status.reason_phrase = NULL;
225 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
226 p->description = p->status.reason_phrase = NULL;
251 if (p->status.reason_phrase) ne_fre
[all...]
H A Dne_utils.h102 char *reason_phrase; member in struct:__anon5710
109 * s->reason_phrase is malloc-allocated if non-NULL, and must be
H A Dne_utils.c209 st->reason_phrase = ne_strclean(ne_strdup(part));
H A Dne_props.c530 pstat->status.reason_phrase = ne_strdup(status->reason_phrase);
556 if (p->status.reason_phrase)
557 ne_free(p->status.reason_phrase);
H A Dne_request.c700 if (req->status.reason_phrase)
701 ne_free(req->status.reason_phrase);
909 if (status->reason_phrase) ne_free(status->reason_phrase);
919 status->reason_phrase = ne_strclean(ne_strdup(buffer + 8));
1211 ne_set_error(req->session, "%d %s", st->code, st->reason_phrase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_207.c159 #define GIVE_STATUS(p) ((p)->status.reason_phrase?&(p)->status:NULL)
193 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
214 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
215 p->description = p->status.reason_phrase = NULL;
225 if (p->status.reason_phrase) ne_free(p->status.reason_phrase);
226 p->description = p->status.reason_phrase = NULL;
251 if (p->status.reason_phrase) ne_fre
[all...]
H A Dne_utils.h102 char *reason_phrase; member in struct:__anon39735
109 * s->reason_phrase is malloc-allocated if non-NULL, and must be
H A Dne_utils.c209 st->reason_phrase = ne_strclean(ne_strdup(part));
H A Dne_props.c530 pstat->status.reason_phrase = ne_strdup(status->reason_phrase);
556 if (p->status.reason_phrase)
557 ne_free(p->status.reason_phrase);
H A Dne_request.c700 if (req->status.reason_phrase)
701 ne_free(req->status.reason_phrase);
909 if (status->reason_phrase) ne_free(status->reason_phrase);
919 status->reason_phrase = ne_strclean(ne_strdup(buffer + 8));
1211 ne_set_error(req->session, "%d %s", st->code, st->reason_phrase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dutil-tests.c90 ONV(strcmp(accept_sl[n].rp, s.reason_phrase),
92 ne_free(s.reason_phrase);
H A Dprops.c158 status->reason_phrase);
427 if (st->reason_phrase)
428 ne_buffer_concat(buf, code, st->reason_phrase, "}];", NULL);
H A Drequest.c201 static int reason_phrase(void) function
1831 status->code, status->reason_phrase);
2346 T(reason_phrase),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dutil-tests.c90 ONV(strcmp(accept_sl[n].rp, s.reason_phrase),
92 ne_free(s.reason_phrase);
H A Dprops.c158 status->reason_phrase);
427 if (st->reason_phrase)
428 ne_buffer_concat(buf, code, st->reason_phrase, "}];", NULL);
H A Drequest.c201 static int reason_phrase(void) function
1831 status->code, status->reason_phrase);
2346 T(reason_phrase),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dutil-tests.c90 ONV(strcmp(accept_sl[n].rp, s.reason_phrase),
92 ne_free(s.reason_phrase);
H A Dprops.c158 status->reason_phrase);
427 if (st->reason_phrase)
428 ne_buffer_concat(buf, code, st->reason_phrase, "}];", NULL);
H A Drequest.c201 static int reason_phrase(void) function
1831 status->code, status->reason_phrase);
2346 T(reason_phrase),

Completed in 238 milliseconds