Searched refs:xmlIOErr (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 411 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 …]
|
/external/libxml2/ |
D | xmlIO.c | 411 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 …]
|