XMLRPC_GetValueBoolean  214 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node));
XMLRPC_GetValueBoolean  510 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node));
XMLRPC_GetValueBoolean  226 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c             snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueBoolean(node));
XMLRPC_GetValueBoolean  360 ext/xmlrpc/libxmlrpc/xmlrpc.h int XMLRPC_GetValueBoolean(XMLRPC_VALUE value);
XMLRPC_GetValueBoolean  442 ext/xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorGetBooleanWithID(vector, id) XMLRPC_GetValueBoolean(XMLRPC_VectorGetValueWithID(vector, id))
XMLRPC_GetValueBoolean  657 ext/xmlrpc/xmlrpc-epi-php.c 				Z_LVAL_P(elem) = XMLRPC_GetValueBoolean(el);