poll /apr/poll 轮询IO table /apr/tables Apache数组(堆栈)和表格以及哈希表 process /apr/threadproc 进程和线程操作 user /apr/user 用户和用户组操作 time /apr/time 时间操作 string /apr/strings 字符串操作 password /apr/passwd 终端密码处理 misc /apr/misc 大杂烩,不属于其余类的任何apr类型都可以放在...
libs\apr\include\apr_hash.h libs\apr\tables\apr_hash.c 哈希表结构体定义在apr_hash.c中。 struct apr_hash_entry_t { apr_hash_entry_t *next; unsigned int hash; const void *key; apr_ssize_t klen; const void *val; }; struct apr_hash_index_t { apr_hash_t *ht; apr_hash_entry_t...
poll /apr/poll 轮询IO table /apr/tables Apache数组(堆栈)和表格以及哈希表 process /apr/threadproc 进程和线程操作 user /apr/user 用户和用户组操作 time /apr/time 时间操作 string /apr/strings 字符串操作 password /apr/passwd 终端密码处理 misc /apr/misc 大杂烩,不属于其余类的任何apr类型都可以放在...
(mutexes, condition variables, etc) Memory management (high performance allocators) Memory-mapped files Multicast Sockets Network I/O Shared memory Thread and Process management Various data structures (tables, hashes, priority queues, etc) APR 2.0 also provides a number of utility functions and ...
table/srclib/apr/tables Apache数组(堆栈)和表格以及哈希表 process /srclib/apr/threadproc 进程和线程操作 user /srclib/apr/user 用户和用户组操作 time /srclib/apr/time 时间操作 string/srclib/apr/strings 字符串操作 password /srclib/apr/passwd 终端密码处理 ...
libs\apr\tables\apr_hash.c 哈希表结构体定义在apr_hash.c中。 struct apr_hash_entry_t { apr_hash_entry_t *next; unsigned int hash; const void *key; apr_ssize_t klen; const void *val; }; struct apr_hash_index_t { apr_hash_t *ht; ...
libs\apr\tables\apr_hash.c 哈希表结构体定义在apr_hash.c中。 struct apr_hash_entry_t { apr_hash_entry_t *next; unsigned int hash; const void *key; apr_ssize_t klen; const void *val; }; struct apr_hash_index_t { apr_hash_t *ht; ...
a Comparative search tool; b Variation information displayed in a table; c Statistical information on variation displayed using JBrowse, pie charts, and tables Full size image Product module Apricot has high nutritional and commercial value [2]. Apricot kernel is rich in protein, crude fat, ...
apr_table_overlap(t1, t2, APR_OVERLAP_TABLES_SET); ABTS_INT_EQUAL(tc,7, apr_table_elts(t1)->nelts); val = apr_table_get(t1,"a"); ABTS_STR_EQUAL(tc,"1", val); val = apr_table_get(t1,"b"); ABTS_STR_EQUAL(tc,"2.", val); ...