Searched refs:b_len (Results 1 – 3 of 3) sorted by relevance
97 TiXmlString::size_type b_len = static_cast<TiXmlString::size_type>( strlen(b) ); in operator +() local98 tmp.reserve(a.length() + b_len); in operator +()100 tmp.append(b, b_len); in operator +()
431 static int arg_match(const char *a, const char *b, size_t b_len) in arg_match() argument433 while(*a && b_len--) { in arg_match()437 return b_len == 0; in arg_match()
304 int a_len, b_len; in dict_de_cmp() local309 b_len = de_b->name_len & 0xFF; in dict_de_cmp()311 if (a_len != b_len) in dict_de_cmp()312 return (a_len - b_len); in dict_de_cmp()