Searched refs:interleaves (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Drelaxng.c222 xmlHashTablePtr interleaves; /* keep track of all the interleaves */ member in struct:_xmlRelaxNGParserCtxt
4306 * by the interleaves, order the list of interleave definitions
4494 if (ctxt->interleaves == NULL)
4495 ctxt->interleaves = xmlHashCreate(10);
4496 if (ctxt->interleaves == NULL) {
4497 xmlRngPErrMemory(ctxt, "create interleaves\n");
4502 if (xmlHashAddEntry(ctxt->interleaves, BAD_CAST name, def) < 0) {
5818 if (ctxt->interleaves == NULL)
5819 ctxt->interleaves
[all...]
/external/libvorbis/doc/
H A D08-residue.tex83 Residue encoding 0 interleaves VQ encoding according to the

Completed in 123 milliseconds