Lines Matching refs:bitmap

301 	    _nscd_cfg_bitmap_is_equal(g_info->bitmap, gi->bitmap))
308 _nscd_cfg_bitmap_value(g_info->bitmap), gi->num_param,
309 _nscd_cfg_bitmap_value(gi->bitmap));
413 g_info.bitmap = NSCD_CFG_BITMAP_ZERO;
432 * set bitmap: the rightmost bit represents
437 _nscd_cfg_bitmap_set_nth(g_info.bitmap, fn);
516 g_info.bitmap, gdesc->gi.bitmap)) {
527 g_info.bitmap),
530 gdesc->gi.bitmap));
540 g_info.bitmap = NSCD_CFG_BITMAP_ZERO;
558 * set bitmap: the rightmost bit represents
563 _nscd_cfg_bitmap_set_nth(g_info.bitmap, fn);
1070 * the static bitmap associated with the group
1072 * so save the bitmap for later use
1075 bitmap_c = gi->bitmap;
1076 bitmap_addr = &(gi->bitmap);
1111 /* set the bitmap to select just this member */
1114 /* replace the bitmap in the cfg data */
1166 /* restore the bitmap in the cfg data */
1770 /* if member not selected by bitmap, skip */
1771 if (_nscd_cfg_bitmap_is_not_set(gi->bitmap, i++))
1862 * set group bitmap
1892 nscd_cfg_bitmap_t bitmap;
1920 bitmap = NSCD_CFG_BITMAP_ZERO;
1933 * if member not selected by bitmap in group_src,
1936 if (_nscd_cfg_bitmap_is_not_set(gi->bitmap, i++) ||
1946 _nscd_cfg_bitmap_set_nth(bitmap, i);
1981 * set bitmap: if input is group data, use the one
1990 _nscd_cfg_bitmap_set(&gi->bitmap, bitmap);
2111 * a single bit is set in the bitmap,
2114 * one of more bits are set in the bitmap,
2152 * the bitmap in the input data may be replaced before
2153 * sending to the components, so save the bitmap for
2158 bitmap_in = gi->bitmap;
2159 bitmap_addr = &(gi->bitmap);
2197 /* set the bitmap to select just this member */
2200 /* replace the bitmap in the input data */
2256 /* restore the bitmap in the input data */
2281 nscd_cfg_bitmap_t bitmap;
2395 bitmap = (nscd_cfg_bitmap_t)strtol(str, (char **)NULL, 10);
2411 _nscd_cfg_bitmap_set(data, bitmap);