Searched refs:_nc_table_new (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dtable.h32 extern table_t *_nc_table_new(uint32_t n);
H A Dnotifyd.c308 pid_table = _nc_table_new(0);
/macosx-10.10/Libnotify-133.1.1/
H A Dtable.h32 extern table_t *_nc_table_new(uint32_t n);
H A Dlibnotify.c81 ns->name_table = _nc_table_new(table_size);
82 ns->name_id_table = _nc_table_new(table_size);
83 ns->client_table = _nc_table_new(table_size);
84 ns->port_table = _nc_table_new(table_size);
85 ns->proc_table = _nc_table_new(table_size);
H A Dtable.c72 _nc_table_new(uint32_t n) function
H A Dnotify_client.c431 globals->token_table = _nc_table_new(CLIENT_TOKEN_TABLE_SIZE);
432 globals->token_name_table = _nc_table_new(CLIENT_TOKEN_TABLE_SIZE);
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dinet.c118 extern table_t *_nc_table_new(uint32_t n);
138 _serv_cache = _nc_table_new(8192);

Completed in 114 milliseconds