オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /assoc.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Jul 11 05:43:29 2010 UTC (13 years, 10 months ago) by tullio
File MIME type: text/x-chdr
File size: 309 byte(s)
first import

1 /* associative array */
2 void assoc_init(void);
3 item *assoc_find(const char *key, const size_t nkey);
4 int assoc_insert(item *item);
5 void assoc_delete(const char *key, const size_t nkey);
6 void do_assoc_move_next_bucket(void);
7 int start_assoc_maintenance_thread(void);
8 void stop_assoc_maintenance_thread(void);
9

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26