Home
last modified time | relevance | path

Searched refs:parse_context (Results 1 – 18 of 18) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Davtab.h94 void *parse_context; /* generic context pointer used by parser; member
134 void *parse_context);
/third_party/protobuf/cmake/
Dlibprotobuf-lite.cmake16 ${protobuf_source_dir}/src/google/protobuf/parse_context.cc
37 ${protobuf_source_dir}/src/google/protobuf/parse_context.h
Dextract_includes.bat.in77 …OTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\parse_context.h" include\google\protobuf\parse_co…
/third_party/ffmpeg/libavcodec/
Dh263dec.c176 pos -= s->parse_context.last_index; in get_consumed_bytes()
450 next = ff_mpeg4_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
452 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
454 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
461 if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf, in ff_h263_decode_frame()
Dmpegvideo.c977 s->parse_context.state = -1; in ff_mpv_common_init()
1122 av_freep(&s->parse_context.buffer); in ff_mpv_common_end()
1123 s->parse_context.buffer_size = 0; in ff_mpv_common_end()
2318 s->parse_context.state= -1; in ff_mpeg_flush()
2319 s->parse_context.frame_start_found= 0; in ff_mpeg_flush()
2320 s->parse_context.overread= 0; in ff_mpeg_flush()
2321 s->parse_context.overread_index= 0; in ff_mpeg_flush()
2322 s->parse_context.index= 0; in ff_mpeg_flush()
2323 s->parse_context.last_index= 0; in ff_mpeg_flush()
Dmpeg12dec.c1270 ParseContext pc = s->parse_context; in mpeg_decode_postinit()
1271 s->parse_context.buffer = 0; in mpeg_decode_postinit()
1273 s->parse_context = pc; in mpeg_decode_postinit()
2509 return FFMAX(0, buf_ptr - buf - s2->parse_context.last_index); in decode_chunks()
2816 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame()
2819 if (ff_combine_frame(&s2->parse_context, next, in mpeg_decode_frame()
Dmpegvideo.h362 ParseContext parse_context; member
/third_party/wayland_standard/src/
Dscanner.c241 struct parse_context { struct
679 version_from_since(struct parse_context *ctx, const char *since) in version_from_since()
702 struct parse_context *ctx = data; in start_element()
942 verify_arguments(struct parse_context *ctx, in verify_arguments()
989 struct parse_context *ctx = data; in end_element()
1022 struct parse_context *ctx = data; in character_data()
1896 struct parse_context ctx; in main()
/third_party/node/tools/inspector_protocol/jinja2/
Dparser.py310 def parse_context(): function
322 if parse_context():
334 if parse_context() or self.stream.current.type != 'comma':
/third_party/jinja2/
Dparser.py317 def parse_context(): function
331 if parse_context():
345 if parse_context() or self.stream.current.type != "comma":
/third_party/skia/third_party/externals/jinja2/
Dparser.py317 def parse_context(): function
331 if parse_context():
345 if parse_context() or self.stream.current.type != "comma":
/third_party/selinux/libsepol/src/
Dexpand.c1632 if (node->parse_context == cond) in find_avtab_node()
1652 node->parse_context = cond; in find_avtab_node()
1716 if (node && node->parse_context != other) { in expand_terule_helper()
1735 || node->parse_context == cond) in expand_terule_helper()
3347 node->parse_context = (void *)1; in expand_cond_insert()
Dconditional.c686 node_ptr->parse_context = (void *)1; in cond_insertf()
Dwrite.c782 if (cur_list->node->parse_context) in cond_write_av_list()
797 if (cur_list->node->parse_context) in cond_write_av_list()
/third_party/protobuf/
DBUILD.gn37 "src/google/protobuf/parse_context.cc",
95 "src/google/protobuf/parse_context.cc",
DCHANGES.txt407 …* Add an overall limit to parse_context to prevent reading past it. This allows to remove a annoyi…
425 * Fix MSVC warning C4244 in protobuf's parse_context.h.
/third_party/protobuf/src/
DMakefile.am120 google/protobuf/parse_context.h \
212 google/protobuf/parse_context.cc \
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c938 avtab_ptr->parse_context = (void*)1; in __cil_cond_insert_rule()