Is there any compelling reason to use textops' cmp_str()/cmp_istr() versus the 'eq' operator (or the implicit string comparison in "a" == "b")?
Here is the definition for cmp_str(), for example:
static int cmp_str_f(struct sip_msg *msg, char *str1, char *str2 )
i guess rather than the ability to use error codes, and the fact that one function does case sensitive and the other case insensitive, there's no tangible difference with ==
On Fri, Jul 11, 2014 at 5:30 PM, Alex Balashov abalashov@evaristesys.com wrote:
str