Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c424 xmlIOErr(int code, const char *extra) in xmlIOErr() function
734 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead()
755 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite()
773 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose()
844 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real()
920 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW()
941 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead()
964 xmlIOErr(0, "fwrite()"); in xmlFileWrite()
990 xmlIOErr(0, "fflush()"); in xmlFileClose()
997 xmlIOErr(0, "fclose()"); in xmlFileClose()
[all …]