Home
last modified time | relevance | path

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

/third_party/libxml2/doc/examples/
Dio1.c86 sqlRead(void * context, char * buffer, int len) { in sqlRead() function
117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) { in main()