Searched refs:xmlIOErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlIO.c | 446 xmlIOErr(int code, const char *extra) in xmlIOErr() function 830 if (ret < 0) xmlIOErr(0, "read()"); in xmlFdRead() 851 if (ret < 0) xmlIOErr(0, "write()"); in xmlFdWrite() 869 if (ret < 0) xmlIOErr(0, "close()"); in xmlFdClose() 937 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpen_real() 1011 if (fd == NULL) xmlIOErr(0, path); in xmlFileOpenW() 1032 if (ret < 0) xmlIOErr(0, "fread()"); in xmlFileRead() 1055 xmlIOErr(0, "fwrite()"); in xmlFileWrite() 1081 xmlIOErr(0, "fflush()"); in xmlFileClose() 1088 xmlIOErr(0, "fclose()"); in xmlFileClose() [all …]
|