| Home | Sort by: relevance | last modified time | path |
| /src/lib/libc/citrus/ | |
| citrus_db.c | 65 struct _citrus_db_header_x *dhx; local in function:_citrus_db_open 70 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx)); 71 if (dhx == NULL) 73 if (strncmp(dhx->dhx_magic, magic, _CITRUS_DB_MAGIC_SIZE) != 0) 75 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET)) 78 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE > 106 struct _citrus_db_header_x *dhx; local in function:_citrus_db_lookup 112 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx)); 291 struct _citrus_db_header_x *dhx; local in function:_citrus_db_get_number_of_entries 307 struct _citrus_db_header_x *dhx; local in function:_citrus_db_get_entry [all...] |