Lines Matching defs:count
1038 * Return -1 on failure and the activation count on success
1043 int count;
1072 * now down the ref count in the parent provider. We do the actual down
1080 if ((count = --prov->activatecnt) < 1)
1108 return count;
1113 * Return -1 on failure and the activation count on success
1117 int count = -1;
1154 count = ++prov->activatecnt;
1168 return count;
1245 int count;
1257 if ((count = provider_activate(prov, 1, upcalls)) > 0)
1258 return count == 1 ? provider_flush_store_cache(prov) : 1;
1265 int count;
1268 || (count = provider_deactivate(prov, 1, removechildren)) < 0)
1270 return count == 0 ? provider_remove_store_methods(prov) : 1;
1397 * to avoid upping the ref count on the parent provider, which we
1405 * It's already activated, but we up the activated count to ensure