Searched refs:fd_clnt (Results 1 - 2 of 2) sorted by path

/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c410 globals->fd_clnt = NULL;
677 if (globals->fd_clnt[i] == clnt) x = i;
692 globals->fd_clnt = (int *)calloc(1, sizeof(int));
698 globals->fd_clnt = (int *)reallocf(globals->fd_clnt, globals->fd_count * sizeof(int));
703 if ((globals->fd_clnt == NULL) || (globals->fd_srv == NULL) || (globals->fd_refcount == NULL))
705 free(globals->fd_clnt);
712 globals->fd_clnt[x] = clnt;
732 if (globals->fd_clnt[i] == fd) x = i;
740 close(globals->fd_clnt[
[all...]
H A Dnotify_internal.h62 int *fd_clnt; member in struct:notify_globals_s

Completed in 212 milliseconds