Changeset 623 for pjproject/trunk/pjlib/src/pj/hash.c
- Timestamp:
- Jul 23, 2006 10:10:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/hash.c
r583 r623 205 205 { 206 206 pj_hash_entry *entry; 207 208 if (hval) *hval = 0;209 207 entry = *find_entry( NULL, ht, key, keylen, NULL, hval, NULL); 210 208 return entry ? entry->value : NULL;
Note: See TracChangeset
for help on using the changeset viewer.