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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dnvparse.c96 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
101 /* Parse out_proto:out_start-out_end,in_proto:in_start-in_end>to_start-to_end,enable,desc */
108 out_start = value;
109 out_proto = strsep(&out_start, ":");
110 if (!out_start)
114 in_proto = out_start;
115 out_start = strsep(&in_proto, ",");
142 out_end = out_start;
143 out_start = strsep(&out_end, "-");
145 out_end = out_start;
1233 char *out_proto, *out_start, *out_end, *in_proto, *in_start, *in_end, *to_start, *to_end; local
[all...]
H A Dbroadcom.c7754 char *out_proto=NULL, *out_start=NULL, *out_end=NULL, *in_proto=NULL; local
7756 char **locals[] = { &out_proto, &out_start, &out_end, &in_proto, &in_start, &in_end, &to_start, &to_end };
7788 if (!*out_start && !*out_end && !*in_start && !*in_end && !*to_start && !*to_end) {
7793 if (!*out_start) out_start = out_end;
7794 if (!*out_end) out_end = out_start;
7801 if (!*out_start || !*out_end) {
7815 !valid_range(wp, out_start, &fields[1]) ||
7824 if (atoi(out_start) > atoi(out_end)) {
7826 fields[1].longname, out_start, field
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlzo.c35 uint8_t *out_start, *out, *out_end; member in struct:LZOContext
124 if (src < c->out_start || src > dst) {
180 c.out = c.out_start = out;

Completed in 138 milliseconds