Searched refs:plug (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemas.h192 xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c28398 * We only allow to plug into SAX2 event streams
28511 * plug the pointers back.
28522 * @plug: a data structure returned by xmlSchemaSAXPlug
28530 xmlSchemaSAXUnplug(xmlSchemaSAXPlugPtr plug) argument
28535 if ((plug == NULL) || (plug->magic != XML_SAX_PLUG_MAGIC))
28537 plug->magic = 0;
28539 xmlSchemaPostRun(plug->ctxt);
28541 sax = plug->user_sax_ptr;
28542 *sax = plug
28573 xmlSchemaSAXPlugPtr plug = NULL; local
[all...]
H A Dtestapi.c33965 xmlSchemaSAXPlugPtr plug; /* */ local
33970 plug = gen_xmlSchemaSAXPlugPtr(n_plug, 0);
33972 ret_val = xmlSchemaSAXUnplug(plug);
33975 des_xmlSchemaSAXPlugPtr(n_plug, plug, 0);
[all...]
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py1391 plug = args[0]
1393 if plug:

Completed in 256 milliseconds