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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedingerdec.c76 static void SchroParseContextInit(SchroParseUnitContext *parse_ctx, argument
79 parse_ctx->buf = buf;
80 parse_ctx->buf_size = buf_size;
83 static SchroBuffer *FindNextSchroParseUnit(SchroParseUnitContext *parse_ctx) argument
89 if (parse_ctx->buf_size < 13 ||
90 parse_ctx->buf[0] != 'B' ||
91 parse_ctx->buf[1] != 'B' ||
92 parse_ctx->buf[2] != 'C' ||
93 parse_ctx->buf[3] != 'D')
96 next_pu_offset = (parse_ctx
217 SchroParseUnitContext parse_ctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerdec.c83 static void parse_context_init(SchroParseUnitContext *parse_ctx, argument
86 parse_ctx->buf = buf;
87 parse_ctx->buf_size = buf_size;
90 static SchroBuffer *find_next_parse_unit(SchroParseUnitContext *parse_ctx) argument
96 if (parse_ctx->buf_size < 13 ||
97 parse_ctx->buf[0] != 'B' ||
98 parse_ctx->buf[1] != 'B' ||
99 parse_ctx->buf[2] != 'C' ||
100 parse_ctx->buf[3] != 'D')
103 next_pu_offset = (parse_ctx
219 SchroParseUnitContext parse_ctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c1870 tre_parse_ctx_t parse_ctx; local
1886 memset(&parse_ctx, 0, sizeof(parse_ctx));
1887 parse_ctx.mem = mem;
1888 parse_ctx.stack = stack;
1889 parse_ctx.re = regex;
1890 parse_ctx.len = n;
1891 parse_ctx.cflags = cflags;
1892 parse_ctx.max_backref = -1;
1894 errcode = tre_parse(&parse_ctx);
[all...]

Completed in 123 milliseconds