Home
last modified time | relevance | path

Searched refs:parse_context (Results 1 - 25 of 29) sorted by relevance

12

/third_party/selinux/libsepol/include/sepol/policydb/
H A Davtab.h94 void *parse_context; /* generic context pointer used by parser; member
134 void *parse_context);
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_dec.c569 s->parse_context.state = -1; in ff_mpeg_flush()
570 s->parse_context.frame_start_found = 0; in ff_mpeg_flush()
571 s->parse_context.overread = 0; in ff_mpeg_flush()
572 s->parse_context.overread_index = 0; in ff_mpeg_flush()
573 s->parse_context.index = 0; in ff_mpeg_flush()
574 s->parse_context.last_index = 0; in ff_mpeg_flush()
H A Dh263dec.c181 pos -= s->parse_context.last_index; in get_consumed_bytes()
456 next = ff_mpeg4_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
458 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
460 next = ff_h263_find_frame_end(&s->parse_context, buf, buf_size); in ff_h263_decode_frame()
467 if (ff_combine_frame(&s->parse_context, next, (const uint8_t **)&buf, in ff_h263_decode_frame()
H A Dmpegvideo.h338 ParseContext parse_context; member
H A Dmpeg12dec.c1246 ParseContext pc = s->parse_context; in mpeg_decode_postinit()
1247 s->parse_context.buffer = 0; in mpeg_decode_postinit()
1249 s->parse_context = pc; in mpeg_decode_postinit()
2478 return FFMAX(0, buf_ptr - buf - s2->parse_context.last_index); in decode_chunks()
2792 int next = ff_mpeg1_find_frame_end(&s2->parse_context, buf, in mpeg_decode_frame()
2795 if (ff_combine_frame(&s2->parse_context, next, in mpeg_decode_frame()
H A Dmpegvideo.c803 s->parse_context.state = -1; in ff_mpv_common_init()
889 av_freep(&s->parse_context.buffer); in ff_mpv_common_end()
890 s->parse_context.buffer_size = 0; in ff_mpv_common_end()
/third_party/protobuf/src/google/protobuf/
H A Dimplicit_weak_message.cc33 #include <google/protobuf/parse_context.h>
H A Dmap_field_lite.h35 #include <google/protobuf/parse_context.h>
H A Dextension_set_inl.h34 #include <google/protobuf/parse_context.h>
H A Dmessage.cc45 #include <google/protobuf/parse_context.h>
H A Dunknown_field_set.h48 #include <google/protobuf/parse_context.h>
H A Dunknown_field_set.cc39 #include <google/protobuf/parse_context.h>
H A Dwire_format.h45 #include <google/protobuf/parse_context.h>
H A Dextension_set_heavy.cc43 #include <google/protobuf/parse_context.h>
H A Dmessage_lite.cc45 #include <google/protobuf/parse_context.h>
H A Dparse_context.cc31 #include <google/protobuf/parse_context.h>
H A Dmap_entry_lite.h38 #include <google/protobuf/parse_context.h>
H A Dmap_type_handler.h34 #include <google/protobuf/parse_context.h>
/third_party/jinja2/
H A Dparser.py368 def parse_context() -> bool: function
382 if parse_context():
396 if parse_context() or self.stream.current.type != "comma":
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py317 def parse_context(): function
331 if parse_context():
345 if parse_context() or self.stream.current.type != "comma":
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py310 def parse_context(): function
322 if parse_context():
334 if parse_context() or self.stream.current.type != 'comma':
/third_party/skia/third_party/externals/jinja2/
H A 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/
H A Dexpand.c1657 if (node->parse_context == cond) in find_avtab_node()
1677 node->parse_context = cond; in find_avtab_node()
1741 if (node && node->parse_context != other) { in expand_terule_helper()
1760 || node->parse_context == cond) in expand_terule_helper()
3373 node->parse_context = (void *)1; in expand_cond_insert()
H A Dconditional.c680 node_ptr->parse_context = (void *)1; in cond_insertf()
H A 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()

Completed in 32 milliseconds

12