Searched refs:att1 (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/xmlwf/
H A Dxmlwf.c115 attcmp(const void *att1, const void *att2) argument
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
157 const XML_Char *att1 = *(const XML_Char **)p1; local
159 int sep1 = (tcsrchr(att1, NSSEP) != 0);
160 int sep2 = (tcsrchr(att1, NSSEP) != 0);
163 return tcscmp(att1, att2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/xmlwf/
H A Dxmlwf.c115 attcmp(const void *att1, const void *att2) argument
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
157 const XML_Char *att1 = *(const XML_Char **)p1; local
159 int sep1 = (tcsrchr(att1, NSSEP) != 0);
160 int sep2 = (tcsrchr(att1, NSSEP) != 0);
163 return tcscmp(att1, att2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/xmlwf/
H A Dxmlwf.c115 attcmp(const void *att1, const void *att2) argument
117 return tcscmp(*(const XML_Char **)att1, *(const XML_Char **)att2);
157 const XML_Char *att1 = *(const XML_Char **)p1; local
159 int sep1 = (tcsrchr(att1, NSSEP) != 0);
160 int sep2 = (tcsrchr(att1, NSSEP) != 0);
163 return tcscmp(att1, att2);

Completed in 81 milliseconds