Searched refs:tag_str (Results 1 – 2 of 2) sorted by relevance
152 char tag_str[MAXTAGPRINT]; in pppoe_print() local159 tag_str[tag_str_len++] = *v; in pppoe_print()162 tag_str[tag_str_len++] = '.'; in pppoe_print()165 tag_str[tag_str_len] = 0; in pppoe_print()172 tag_str)); in pppoe_print()
1845 def set_xml_tags(self, tag_str, headers=None, query_args='tagging'): argument1848 md5 = boto.utils.compute_md5(StringIO(tag_str))1851 if not isinstance(tag_str, bytes):1852 tag_str = tag_str.encode('utf-8')1854 data=tag_str,