Provides the same function like axl_stream_cmp but ignoring the case of the characters (case insensitive manner).
- Parameters:
-
| chunk1 | The string to be compared. |
| chunk2 | The second string to be compared. |
| size | The amount of bytes to be compared for the two incoming values. |
- Returns:
- true if both string are equal, false if not. If some value provided is NULL or the size to compare is not greater than 0 the function will return false directly.