Searched refs:boolval (Results 1 – 16 of 16) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
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)
|
/third_party/openssl/crypto/asn1/ |
D | tasn_prn.c | 369 static int asn1_print_boolean(BIO *out, int boolval) in asn1_print_boolean() argument 372 switch (boolval) { in asn1_print_boolean() 490 int boolval = *(int *)fld; in asn1_primitive_print() local 491 if (boolval == -1) in asn1_primitive_print() 492 boolval = it->size; in asn1_primitive_print() 493 ret = asn1_print_boolean(out, boolval); in asn1_primitive_print()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapFieldIter.php | 109 return boolval($key);
|
D | GPBUtil.php | 191 $var = boolval($var);
|
/third_party/libxml2/ |
D | xpath.c | 1430 if (cur->boolval) fprintf(output, "true\n"); in xmlXPathDebugDumpObject() 2428 ret->boolval = 0; in xmlXPathCacheNewNodeSet() 2456 ret->boolval = 0; in xmlXPathCacheNewNodeSet() 2599 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean() 2613 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean() 2703 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCacheConvertString() 2745 return(xmlXPathCacheNewBoolean(ctxt, val->boolval)); in xmlXPathCacheObjectCopy() 2941 ret = obj->boolval; in xmlXPathPopBoolean() 3027 if (obj->boolval && obj->user != NULL) in xmlXPathPopNodeSet() 4310 ret->boolval = 0; in xmlXPathNewNodeSet() [all …]
|
D | debugXML.c | 1796 xmlBoolToText(int boolval) in xmlBoolToText() argument 1798 if (boolval) in xmlBoolToText() 1963 xmlBoolToText(list->boolval)); in xmlShellPrintXPathResultCtxt()
|
D | schematron.c | 1623 failed = !ret->boolval; in xmlSchematronRunTest()
|
D | xmllint.c | 2113 if (cur->boolval) printf("true\n"); in doXPathDump()
|
D | testapi.c | 6950 int boolval; /* a bool to turn into text */ in test_xmlBoolToText() local 6955 boolval = gen_int(n_boolval, 0); in test_xmlBoolToText() 6957 ret_val = xmlBoolToText(boolval); in test_xmlBoolToText() 6960 des_int(n_boolval, boolval, 0); in test_xmlBoolToText()
|
/third_party/libxml2/include/libxml/ |
D | debugXML.h | 86 xmlBoolToText (int boolval);
|
D | xpath.h | 119 int boolval; member
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 256 gboolean boolval; in gst_mpdparser_parse_seg_base_type_ext() local 296 FALSE, &boolval)) { in gst_mpdparser_parse_seg_base_type_ext() 297 seg_base_type->indexRangeExact = boolval; in gst_mpdparser_parse_seg_base_type_ext()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | debugXML.rpgle | 104 d boolval value like(xmlCint)
|
D | xpath.rpgle | 136 d boolval like(xmlCint)
|
/third_party/libxml2/python/ |
D | types.c | 598 ret = PY_IMPORT_INT((long) obj->boolval); in libxml_xmlXPathObjectPtrWrap()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 135423 ret->boolval = 0; 135474 ret = xmlXPathCastBooleanToNumber(val->boolval); 135486 ret = val->boolval; 135498 ret = (arg1->boolval == ret);
|