Searched refs:MF_TRY1NULL (Results 1 – 2 of 2) sorted by relevance
339 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;395 map->map_mflags &= ~MF_TRY1NULL;1279 map->map_mflags |= MF_TRY0NULL|MF_TRY1NULL;1355 map->map_mflags &= ~MF_TRY1NULL;2009 map->map_mflags &= ~MF_TRY1NULL;2011 if (val.dptr == NULL && bitset(MF_TRY1NULL, map->map_mflags))2650 map->map_mflags &= ~MF_TRY1NULL;2652 if (st != 0 && bitset(MF_TRY1NULL, map->map_mflags))3120 map->map_mflags &= ~MF_TRY1NULL;3122 if (st != 1 && bitset(MF_TRY1NULL, map->map_mflags))[all …]
1527 #define MF_TRY1NULL 0x00000200 /* try with the null byte */ macro