Searched refs:xmlIOErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlIO.c | 440 xmlIOErr(int code, const char *extra) in xmlIOErr() function 772 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead() 793 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite() 811 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose() 882 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real() 956 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW() 977 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead() 1000 xmlIOErr(0, "fwrite()"); in xmlFileWrite() 1026 xmlIOErr(0, "fflush()"); in xmlFileClose() 1033 xmlIOErr(0, "fclose()"); in xmlFileClose() [all …]
|