Home
last modified time | relevance | path

Searched defs:hdlr (Results 1 – 15 of 15) sorted by relevance

/third_party/libxml2/
DSAX.c42 initxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr, int warning) in initxmlDefaultSAXHandler()
91 inithtmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr) in inithtmlDefaultSAXHandler()
138 initdocbDefaultSAXHandler(xmlSAXHandlerV1 *hdlr) in initdocbDefaultSAXHandler()
DSAX2.c2841 xmlSAXVersion(xmlSAXHandler *hdlr, int version) in xmlSAXVersion()
2896 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning) in xmlSAX2InitDefaultSAXHandler()
2930 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitHtmlDefaultSAXHandler()
2988 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr) in xmlSAX2InitDocbDefaultSAXHandler()
Dparser.c13579 xmlCharEncodingHandlerPtr hdlr; in xmlParseInNodeContext() local
14971 xmlCharEncodingHandlerPtr hdlr; in xmlCtxtResetPush() local
15170 xmlCharEncodingHandlerPtr hdlr; in xmlDoRead() local
Dxmlreader.c5372 xmlCharEncodingHandlerPtr hdlr; in xmlTextReaderSetup() local
DHTMLparser.c6889 xmlCharEncodingHandlerPtr hdlr; in htmlDoRead() local
Dtestapi.c4621 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDefaultSAXHandler() local
4659 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitDocbDefaultSAXHandler() local
4691 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAX2InitHtmlDefaultSAXHandler() local
5286 xmlSAXHandler * hdlr; /* the SAX handler */ in test_xmlSAXVersion() local
/third_party/python/Lib/test/
Dtest_imaplib.py588 def make_server(self, addr, hdlr): argument
630 def reaped_server(self, hdlr): argument
638 def reaped_pair(self, hdlr): argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c593 gst_isoff_hdlr_box_parse (GstHdlrBox * hdlr, GstByteReader * reader) in gst_isoff_hdlr_box_parse()
Dgstisoff.h217 GstHdlrBox hdlr; member
/third_party/python/Lib/logging/
Dconfig.py912 def __init__(self, rcvr, hdlr, port, verify): argument
D__init__.py1636 def addHandler(self, hdlr): argument
1647 def removeHandler(self, hdlr): argument
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c983 atom_hdlr_init (AtomHDLR * hdlr, AtomsContext * context) in atom_hdlr_init()
1003 AtomHDLR *hdlr = g_new0 (AtomHDLR, 1); in atom_hdlr_new() local
1010 atom_hdlr_clear (AtomHDLR * hdlr) in atom_hdlr_clear()
1020 atom_hdlr_free (AtomHDLR * hdlr) in atom_hdlr_free()
1833 atom_hdlr_copy_data (AtomHDLR * hdlr, guint8 ** buffer, guint64 * size, in atom_hdlr_copy_data()
3872 atom_hdlr_set_type (AtomHDLR * hdlr, AtomsContext * context, guint32 comp_type, in atom_hdlr_set_type()
3882 atom_hdlr_set_name (AtomHDLR * hdlr, const char *name) in atom_hdlr_set_name()
Datoms.h616 AtomHDLR *hdlr; member
649 AtomHDLR hdlr; member
680 AtomHDLR hdlr; member
Dqtdemux.c10961 GNode *hdlr; in qtdemux_parse_trak() local
/third_party/ffmpeg/libavformat/
Dmovenc.c2798 const char *hdlr, *descr = NULL, *hdlr_type = NULL; in mov_write_hdlr_tag() local