Home
last modified time | relevance | path

Searched refs:prf_data_t (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/util/profile/
H A Dprof_int.h62 typedef struct _prf_data_t *prf_data_t; typedef
63 prf_data_t profile_make_prf_data(const char *);
222 (prf_data_t profile, char **ret_modspec);
225 (prf_data_t data, char **ret_modspec);
229 (prf_data_t data);
233 (prf_data_t data, const char *outfile);
236 (prf_data_t data, char **bufp);
250 void profile_dereference_data (prf_data_t);
251 void profile_dereference_data_locked (prf_data_t);
H A Dprof_file.c39 prf_data_t trees;
79 static void profile_free_file_data(prf_data_t);
138 prf_data_t
141 prf_data_t d; in profile_make_prf_data()
175 prf_data_t data; in profile_open_file()
266 prf_data_t data; in profile_open_memory()
293 errcode_t profile_update_file_data_locked(prf_data_t data, char **ret_modspec) in profile_update_file_data_locked()
384 errcode_t profile_update_file_data(prf_data_t data, char **ret_modspec) in profile_update_file_data()
404 static errcode_t write_data_to_file(prf_data_t data, const char *outfile, in write_data_to_file()
486 errcode_t profile_flush_file_data_to_buffer (prf_data_t data, char **bufp) in profile_flush_file_data_to_buffer()
[all …]
H A Dprof_set.c27 prf_data_t new_data; in rw_setup()