Searched refs:text_equal (Results 1 – 1 of 1) sorted by relevance
469 #define text_equal(T,L,S) (((L) == sizeof(S)-1) && !strncmp((T), (S), sizeof(S)-1)) macro2194 if (text_equal(msg, len, "OK" )) return; /* Ignore 'OK' responses from prior commands */ in process_text_message()2195 if (text_equal(msg, len, "ERROR" )) return; /* Ignore 'ERROR' messages */ in process_text_message()