Home
last modified time | relevance | path

Searched defs:prof_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_parse.c596 struct prof_buf { struct
602 static void add_data_to_buffer(struct prof_buf *b, const void *d, size_t len) in add_data_to_buffer() argument
631 struct prof_buf prof_buf = { 0, 0, 0, 0 }; in profile_write_tree_to_buffer() local