Searched refs:boolval (Results 1 – 12 of 12) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 473 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval) argument 501 #define ppp_set_usepeerdns(ppp, boolval) (ppp->settings.usepeerdns = boolval) argument 539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval) argument 547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval) argument 555 #define ppp_set_neg_pcomp(ppp, boolval) (ppp->lcp_wantoptions.neg_pcompression = \ argument 556 ppp->lcp_allowoptions.neg_pcompression = boolval) 564 #define ppp_set_neg_accomp(ppp, boolval) (ppp->lcp_wantoptions.neg_accompression = \ argument 565 ppp->lcp_allowoptions.neg_accompression = boolval) 573 #define ppp_set_neg_asyncmap(ppp, boolval) (ppp->lcp_wantoptions.neg_asyncmap = \ argument 574 ppp->lcp_allowoptions.neg_asyncmap = boolval)
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnconfig.cpp | 696 void TConfig::set_bool(bool *boolval, const char *str) { in set_bool() argument 697 if(!stricmp(str, "true")) *boolval = true; in set_bool() 698 else if(!stricmp(str, "on")) *boolval = true; in set_bool() 699 else *boolval = (bool)atoi(str); in set_bool()
|
H A D | tnconfig.h | 129 void set_bool(bool *boolval, const char *str);
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xpath.c | 4316 ret->boolval = 0; in xmlXPathNewNodeSet() 4346 ret->boolval = 1; in xmlXPathNewValueTree() 5416 ret->boolval = 1; in xmlXPathObjectCopy() 5473 if (obj->boolval) { in xmlXPathFreeObject() 6060 ret = val->boolval; in xmlXPathCastToBoolean() 6988 arg1->boolval, arg2->boolval); in xmlXPathEqualValuesCommon() 6990 ret = (arg1->boolval == arg2->boolval); in xmlXPathEqualValuesCommon() 9436 ctxt->value->boolval = ! ctxt->value->boolval; in xmlXPathNotFunction() 12534 obj->boolval = 0; in xmlXPathNodeCollectAndTest() 12984 ctxt->value->boolval &= arg2->boolval; in xmlXPathCompOpEval() [all …]
|
H A D | schematron.c | 1500 const char *str = eval->boolval ? "True" : "False"; in xmlSchematronFormatReport() 1823 failed = !ret->boolval; in xmlSchematronRunTest()
|
H A D | debugXML.c | 1786 xmlBoolToText(int boolval) in xmlBoolToText() argument 1788 if (boolval) in xmlBoolToText() 1955 xmlBoolToText(list->boolval)); in xmlShellPrintXPathResultCtxt()
|
H A D | xmllint.c | 2071 if (cur->boolval) printf("true\n"); in doXPathDump()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | debugXML.h | 86 xmlBoolToText (int boolval);
|
H A D | xpath.h | 129 int boolval; member
|
/reactos/dll/3rdparty/libxslt/ |
H A D | variables.c | 1002 result->boolval = 0; in xsltEvalVariable() 1220 result->boolval = 0; /* Freeing is not handled there anymore */ in xsltEvalGlobalVariable()
|
H A D | transform.c | 5182 testRes = res->boolval; in xsltChoose() 5321 res = xpobj->boolval; in xsltIf()
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | hlsl.y | 894 BOOL boolval; member 1014 %type <boolval> boolean
|