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

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h67 uint32_t mp_count; member in struct:notify_globals_s
H A Dnotify_client.c414 globals->mp_count = 0;
786 for (i = 0; (i < globals->mp_count) && (x < 0); i++)
798 x = globals->mp_count;
799 globals->mp_count++;
809 globals->mp_list = (mach_port_t *)reallocf(globals->mp_list, globals->mp_count * sizeof(mach_port_t));
810 globals->mp_refcount = (int *)reallocf(globals->mp_refcount, globals->mp_count * sizeof(int));
811 globals->mp_mine = (int *)reallocf(globals->mp_mine, globals->mp_count * sizeof(int));
819 globals->mp_count = 0;
841 for (i = 0; (i < globals->mp_count) && (x < 0); i++)
865 if (globals->mp_count
[all...]

Completed in 74 milliseconds