Searched defs:ERR_load_strings (Results 1 – 3 of 3) sorted by relevance
48 pub fn ERR_load_strings(lib: c_int, str: *mut ERR_STRING_DATA) -> c_int; in ERR_load_strings() function50 pub fn ERR_load_strings(lib: c_int, str: *mut ERR_STRING_DATA); in ERR_load_strings() function
284 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() function