Searched refs:XMLRPC_IS_NUMBER (Results 1 – 1 of 1) sorted by relevance
211 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() macro216 XMLRPC_IS_NUMBER(text[i]) in date_from_ISO8601()223 XMLRPC_IS_NUMBER(text[i+4]) in date_from_ISO8601()235 XMLRPC_IS_NUMBER(text[i+6]) in date_from_ISO8601()243 XMLRPC_IS_NUMBER(text[i+9]) in date_from_ISO8601()251 XMLRPC_IS_NUMBER(text[i+12]) in date_from_ISO8601()259 XMLRPC_IS_NUMBER(text[i+15]) in date_from_ISO8601()
Completed in 12 milliseconds