Home
last modified time | relevance | path

Searched refs:msgref (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/wpa/hs20/client/
H A Doma_dm_client.c159 int msgref, int cmdref, int cmdid, in add_status() argument
168 xml_node_create_text(ctx->xml, node, NULL, "MsgRef", int2str(msgref)); in add_status()
184 int msgref, int cmdref, int cmdid, in add_results() argument
194 xml_node_create_text(ctx->xml, node, NULL, "MsgRef", int2str(msgref)); in add_results()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp2879 bool &classref, bool &selref, bool &msgref, in GuessPointerPointer() argument
2883 msgref = false; in GuessPointerPointer()
2915 msgref = true; in GuessPointerPointer()
6560 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local
6562 selref, msgref, cfstring); in GuessLiteralPointer()
6607 } else if (pointer_value != 0 && msgref) { in GuessLiteralPointer()