Searched refs:get_strchr (Results 1 – 2 of 2) sorted by relevance
12 get_strchr = dll.get_strchr13 get_strchr.restype = CFUNCTYPE(c_char_p, c_char_p, c_char)14 strchr = get_strchr()24 get_strchr = dll.get_strchr26 get_strchr.restype = c_void_p27 addr = get_strchr()
362 EXPORT(void *) get_strchr(void) in get_strchr() function