XMLRPC_CreateValueBoolean  324 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_VALUE XMLRPC_CreateValueBoolean(const char* id, int truth);
XMLRPC_CreateValueBoolean  433 ext/xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorAppendBoolean(vector, id, i) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueBoolean(id, i))
XMLRPC_CreateValueBoolean  544 ext/xmlrpc/xmlrpc-epi-php.c 					xReturn = XMLRPC_CreateValueBoolean(key, Z_LVAL_P(val));