Searched refs:parse_context (Results 1 – 18 of 18) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | avtab.h | 94 void *parse_context; /* generic context pointer used by parser; member 134 void *parse_context);
|
/third_party/protobuf/cmake/ |
D | libprotobuf-lite.cmake | 16 ${protobuf_source_dir}/src/google/protobuf/parse_context.cc 37 ${protobuf_source_dir}/src/google/protobuf/parse_context.h
|
D | extract_includes.bat.in | 77 …OTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\parse_context.h" include\google\protobuf\parse_co…
|
/third_party/ffmpeg/libavcodec/ |
D | h263dec.c | 176 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()
|
D | mpegvideo.c | 977 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()
|
D | mpeg12dec.c | 1270 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()
|
D | mpegvideo.h | 362 ParseContext parse_context; member
|
/third_party/wayland_standard/src/ |
D | scanner.c | 241 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/ |
D | parser.py | 310 def parse_context(): function 322 if parse_context(): 334 if parse_context() or self.stream.current.type != 'comma':
|
/third_party/jinja2/ |
D | parser.py | 317 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/ |
D | parser.py | 317 def parse_context(): function 331 if parse_context(): 345 if parse_context() or self.stream.current.type != "comma":
|
/third_party/selinux/libsepol/src/ |
D | expand.c | 1632 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()
|
D | conditional.c | 686 node_ptr->parse_context = (void *)1; in cond_insertf()
|
D | write.c | 782 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/ |
D | BUILD.gn | 37 "src/google/protobuf/parse_context.cc", 95 "src/google/protobuf/parse_context.cc",
|
D | CHANGES.txt | 407 …* 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/ |
D | Makefile.am | 120 google/protobuf/parse_context.h \ 212 google/protobuf/parse_context.cc \
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 938 avtab_ptr->parse_context = (void*)1; in __cil_cond_insert_rule()
|