Home
last modified time | relevance | path

Searched refs:MAX_INPUT_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DxmlIO.c116 #define MAX_INPUT_CALLBACK 15 macro
118 static xmlInputCallback xmlInputCallbackTable[MAX_INPUT_CALLBACK];
2080 if (xmlInputCallbackNr >= MAX_INPUT_CALLBACK) { in xmlRegisterInputCallbacks()
2107 if (xmlOutputCallbackNr >= MAX_INPUT_CALLBACK) { in xmlRegisterOutputCallbacks()