Lines Matching refs:created
91 /* These can have objects created before all of the keys are registered */
359 assert(!global_keys[t].created);
382 assert(!global_keys[type].created);
442 global_keys[type].created++;
444 global_keys[PRIVATE_XSELINUX].created++;
458 global_keys[type].created--;
460 global_keys[PRIVATE_XSELINUX].created--;
624 assert (!pScreen->screenSpecificPrivates[type].created);
674 pScreen->screenSpecificPrivates[type].created++;
679 global_keys[type].created++;
681 global_keys[PRIVATE_XSELINUX].created++;
750 key_names[t], global_keys[t].created, global_keys[t].offset,
751 global_keys[t].created * global_keys[t].offset, global_keys[t].allocated);
752 bytes += global_keys[t].created * global_keys[t].offset;
753 objects += global_keys[t].created;
777 if (global_keys[t].created) {
779 global_keys[t].created, key_names[t]);
784 global_keys[t].created = 0;
792 if (global_keys[type].created)