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

  /external/libxml2/include/libxml/
threads.h 40 xmlNewMutex (void);
  /external/libxml2/
threads.c 180 * xmlNewMutex:
182 * xmlNewMutex() is used to allocate a libxml2 token struct for use in
188 xmlNewMutex(void)
314 if ((tok->lock = xmlNewMutex()) == NULL) {
globals.c 50 xmlThrDefMutex = xmlNewMutex();
xmlmemory.c 939 xmlMemMutex = xmlNewMutex();
elfgcchack.h     [all...]
  /external/libxslt/libxslt/
extensions.c     [all...]

Completed in 46 milliseconds