Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 1 of 1) sorted by relevance

/curl/docs/examples/
H A Dhtmltitle.cpp47 #define COMPARE(a, b) (!_stricmp((a), (b))) macro
49 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
143 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) { in StartElement()
159 if(COMPARE(reinterpret_cast<char *>(name), "TITLE")) in EndElement()

Completed in 6 milliseconds