Searched refs:tag_close (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsrtdec.c52 int len, tag_close, sptr = 1, line_start = 1, an = 0, end = 0; local
96 tag_close = in[1] == '/';
97 if (sscanf(in+tag_close+1, "%127[^>]>%n%c", buffer, &len,&c) >= 2) {
100 if ((!tag_close && sptr < FF_ARRAY_ELEMS(stack)) ||
101 ( tag_close && sptr > 0 && !strcmp(stack[sptr-1].tag, buffer))) {
103 in += len + tag_close;
104 if (!tag_close)
107 if (tag_close) {
153 "{\\%c%d}", buffer[0], !tag_close);
158 if (tag_close) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsrtdec.c54 int len, tag_close, sptr = 1, line_start = 1, an = 0, end = 0; local
101 tag_close = in[1] == '/';
103 if (sscanf(in+tag_close+1, "%127[^>]>%n", buffer, &len) >= 1 && len > 0) {
106 if ((!tag_close && sptr < FF_ARRAY_ELEMS(stack)) ||
107 ( tag_close && sptr > 0 && !strcmp(stack[sptr-1].tag, buffer))) {
109 in += len + tag_close;
110 if (!tag_close)
113 if (tag_close) {
162 "{\\%c%d}", buffer[0], !tag_close);
168 if (tag_close) {
[all...]

Completed in 65 milliseconds