Searched refs:XMLRPC_IS_NUMBER (Results 1 – 1 of 1) sorted by relevance
214 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() macro219 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()226 XMLRPC_IS_NUMBER(text[i+4]) in date_from_ISO8601()238 XMLRPC_IS_NUMBER(text[i+6]) in date_from_ISO8601()246 XMLRPC_IS_NUMBER(text[i+9]) in date_from_ISO8601()254 XMLRPC_IS_NUMBER(text[i+12]) in date_from_ISO8601()262 XMLRPC_IS_NUMBER(text[i+15]) in date_from_ISO8601()
Completed in 9 milliseconds