Home
last modified time | relevance | path

Searched refs:typestring (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Danalyzeper.cpp342 void ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring) in ShowPERChoice() argument
347 OSCL_UNUSED_ARG(typestring); in ShowPERChoice()
351 sprintf(outString, "%s = %s (CHOICE)", label, typestring); in ShowPERChoice()
362 void ShowPERSequence(uint16 tag, uint16 indent, const char* label, const char* typestring) in ShowPERSequence() argument
367 OSCL_UNUSED_ARG(typestring); in ShowPERSequence()
371 sprintf(outString, "%s = %s (SEQUENCE)", label, typestring); in ShowPERSequence()
382 void ShowPERSequenceof(uint16 tag, uint16 indent, const char* label, const char* typestring) in ShowPERSequenceof() argument
387 OSCL_UNUSED_ARG(typestring); in ShowPERSequenceof()
391 sprintf(outString, "%s = %s (SEQUENCE-OF)", label, typestring); in ShowPERSequenceof()
402 void ShowPERSetof(uint16 tag, uint16 indent, const char* label, const char* typestring) in ShowPERSetof() argument
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Danalyzeper.h95 void ShowPERChoice(uint16 tag, uint16 indent, const char *label, const char *typestring);
97 void ShowPERSequence(uint16 tag, uint16 indent, const char *label, const char *typestring);
99 void ShowPERSequenceof(uint16 tag, uint16 indent, const char *label, const char *typestring);
101 void ShowPERSetof(uint16 tag, uint16 indent, const char *label, const char *typestring);
/external/dropbear/
Ddropbearkey.c299 const char * typestring = NULL; local
319 typestring = signkey_name_from_type(keytype, &err);
334 typestring, base64key, username, hostname, fp);
/external/tesseract/cutil/
Dstructures.h52 #define makestructure(newfunc,old,print,type,nextfree,blocksize,typestring,usecount) … argument
/external/iptables/extensions/
Dlibipt_dccp.c100 parse_dccp_types(const char *typestring) in parse_dccp_types() argument
105 buffer = strdup(typestring); in parse_dccp_types()