Searched refs:attrstr (Results 1 – 3 of 3) sorted by relevance
/external/opencore/pvmi/pvmf/src/ |
D | pvmi_kvp_util.cpp | 83 OSCL_StackString<16> attrstr; in GetAttrTypeFromKeyString() local 87 attrstr = basestr; in GetAttrTypeFromKeyString() 88 attrstr += PVMI_KVPATTR_CAP_STRING_CONSTCHAR; in GetAttrTypeFromKeyString() 89 if (pv_mime_string_parse_param(aKeyString, attrstr.get_str(), paramstr) > 0) in GetAttrTypeFromKeyString() 94 attrstr = basestr; in GetAttrTypeFromKeyString() 95 attrstr += PVMI_KVPATTR_DEF_STRING_CONSTCHAR; in GetAttrTypeFromKeyString() 96 if (pv_mime_string_parse_param(aKeyString, attrstr.get_str(), paramstr) > 0) in GetAttrTypeFromKeyString() 101 attrstr = basestr; in GetAttrTypeFromKeyString() 102 attrstr += PVMI_KVPATTR_CUR_STRING_CONSTCHAR; in GetAttrTypeFromKeyString() 103 if (pv_mime_string_parse_param(aKeyString, attrstr.get_str(), paramstr) > 0) in GetAttrTypeFromKeyString()
|
/external/ppp/pppd/plugins/radius/ |
D | dict.c | 42 char attrstr[AUTH_ID_LEN]; in rc_read_dictionary() local 211 if (sscanf (buffer, "%s%s%s%s", dummystr, attrstr, in rc_read_dictionary() 223 if (strlen (attrstr) > NAME_LENGTH) in rc_read_dictionary() 257 strcpy (dval->attrname, attrstr); in rc_read_dictionary()
|
D | avpair.c | 525 char attrstr[AUTH_ID_LEN]; in rc_avpair_parse() local 546 rc_fieldcpy (attrstr, &buffer); in rc_avpair_parse() 548 rc_dict_findattr (attrstr)) == (DICT_ATTR *) NULL) in rc_avpair_parse()
|