Searched refs:ERRIGNORE_BIT (Results 1 – 1 of 1) sorted by relevance
189 #define ERRIGNORE_BIT 0x00000010 /* bit 4 for skip sanity checking */ macro190 #define ERRIGNORE_BIT 0x00000010 /* bit 4 for skip sanity checking */ macro214 #define SET_ERRIGNORE(ctx) ((ctx)->flags |= ERRIGNORE_BIT)215 #define ISSET_ERRIGNORE(ctx) ((ctx)->flags & ERRIGNORE_BIT)