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

  /external/libxslt/libxslt/
xsltlocale.c 42 xmlRMutexPtr xsltLocaleMutex = NULL;
495 xmlRMutexLock(xsltLocaleMutex);
506 xmlRMutexUnlock(xsltLocaleMutex);
xslt.c 91 extern xmlRMutexPtr xsltLocaleMutex;
233 xsltLocaleMutex = xmlNewRMutex();
    [all...]

Completed in 25 milliseconds