Searched refs:mp_refcount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h69 int *mp_refcount; member in struct:notify_globals_s
H A Dnotify_client.c416 globals->mp_refcount = NULL;
793 globals->mp_refcount[x]++;
804 globals->mp_refcount = (int *)calloc(1, sizeof(int));
810 globals->mp_refcount = (int *)reallocf(globals->mp_refcount, globals->mp_count * sizeof(int));
814 if ((globals->mp_list == NULL) || (globals->mp_refcount == NULL) || (globals->mp_mine == NULL))
817 if (globals->mp_refcount != NULL) free(globals->mp_refcount);
824 globals->mp_refcount[x] = 1;
848 if (globals->mp_refcount[
[all...]

Completed in 64 milliseconds