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

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h63 int *fd_srv; member in struct:notify_globals_s
H A Dnotify_client.c411 globals->fd_srv = NULL;
693 globals->fd_srv = (int *)calloc(1, sizeof(int));
699 globals->fd_srv = (int *)reallocf(globals->fd_srv, globals->fd_count * sizeof(int));
703 if ((globals->fd_clnt == NULL) || (globals->fd_srv == NULL) || (globals->fd_refcount == NULL))
706 free(globals->fd_srv);
713 globals->fd_srv[x] = srv;
741 close(globals->fd_srv[x]);
746 free(globals->fd_srv);
755 globals->fd_srv[
[all...]

Completed in 123 milliseconds