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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c439 * xmlIOErr:
446 xmlIOErr(int code, const char *extra) function
823 if (ret < 0) xmlIOErr(0, "read()");
844 if (ret < 0) xmlIOErr(0, "write()");
862 if (ret < 0) xmlIOErr(0, "close()");
933 if (fd == NULL) xmlIOErr(0, path);
1007 if (fd == NULL) xmlIOErr(0, path);
1028 if (ret < 0) xmlIOErr(0, "fread()");
1051 xmlIOErr(0, "fwrite()");
1077 xmlIOErr(
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c433 * xmlIOErr:
440 xmlIOErr(int code, const char *extra) function
809 if (ret < 0) xmlIOErr(0, "read()");
830 if (ret < 0) xmlIOErr(0, "write()");
848 if (ret < 0) xmlIOErr(0, "close()");
919 if (fd == NULL) xmlIOErr(0, path);
993 if (fd == NULL) xmlIOErr(0, path);
1014 if (ret < 0) xmlIOErr(0, "fread()");
1037 xmlIOErr(0, "fwrite()");
1063 xmlIOErr(
[all...]

Completed in 139 milliseconds