Searched refs:first_http_ctx (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c256 static HTTPContext *first_http_ctx; variable
634 c = first_http_ctx;
700 for(c = first_http_ctx; c != NULL; c = c_next) {
788 c->next = first_http_ctx;
789 first_http_ctx = c;
813 cp = &first_http_ctx;
823 for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
1777 for (wmpc = first_http_ctx; wmpc; wmpc = wmpc->next) {
2068 c1 = first_http_ctx;
2710 for(c1 = first_http_ctx; c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c256 static HTTPContext *first_http_ctx; variable
634 c = first_http_ctx;
700 for(c = first_http_ctx; c != NULL; c = c_next) {
788 c->next = first_http_ctx;
789 first_http_ctx = c;
813 cp = &first_http_ctx;
823 for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
1777 for (wmpc = first_http_ctx; wmpc; wmpc = wmpc->next) {
2068 c1 = first_http_ctx;
2710 for(c1 = first_http_ctx; c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c256 static HTTPContext *first_http_ctx; variable
634 c = first_http_ctx;
700 for(c = first_http_ctx; c != NULL; c = c_next) {
788 c->next = first_http_ctx;
789 first_http_ctx = c;
813 cp = &first_http_ctx;
823 for(c1 = first_http_ctx; c1 != NULL; c1 = c1->next) {
1777 for (wmpc = first_http_ctx; wmpc; wmpc = wmpc->next) {
2068 c1 = first_http_ctx;
2710 for(c1 = first_http_ctx; c
[all...]

Completed in 923 milliseconds