HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictCreate (Results 1 - 13 of 13) sorted by null

  /external/libxml2/include/libxml/
dict.h 43 xmlDictCreate (void);
  /external/libxml2/os400/
transcode.c 75 err = !(*dict = xmlDictCreate());
152 if (!(*dict = xmlDictCreate()))
  /external/libxml2/
schematron.c 607 ret->dict = xmlDictCreate();
650 ret->dict = xmlDictCreate();
688 ret->dict = xmlDictCreate();
    [all...]
testdict.c 320 dict = xmlDictCreate();
dict.c 532 * xmlDictCreate:
539 xmlDictCreate(void) {
587 xmlDictPtr dict = xmlDictCreate();
libxml2.syms 1577 xmlDictCreate;
    [all...]
rngparser.c     [all...]
xmlreader.c     [all...]
parserInternals.c     [all...]
elfgcchack.h     [all...]
xmlschemas.c     [all...]
xmlregexp.c     [all...]
testapi.c 516 if (no == 0) return(xmlDictCreate());
    [all...]

Completed in 632 milliseconds