HomeSort by: relevance | last modified time | path
    Searched defs:flush_meta (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 60 static int flush_meta(HTAB *);
422 if (flush_meta(hashp) && !save_errno)
463 if (__buf_free(hashp, 0, 1) || flush_meta(hashp))
475 flush_meta(HTAB *hashp) function in typeref:typename:int
hash.c 60 static int flush_meta(HTAB *);
422 if (flush_meta(hashp) && !save_errno)
463 if (__buf_free(hashp, 0, 1) || flush_meta(hashp))
475 flush_meta(HTAB *hashp) function in typeref:typename:int

Completed in 23 milliseconds