Searched refs:info_func_t (Results 1 – 5 of 5) sorted by relevance
55 typedef void (__stdcall *info_func_t)(char*); typedef57 typedef void (*info_func_t)(char*); typedef
544 info_func_t info_func = NULL; in firebird_handle_get_attribute()546 info_func = (info_func_t)dlsym(RTLD_DEFAULT, "isc_get_client_version"); in firebird_handle_get_attribute()553 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in firebird_handle_get_attribute()
145 typedef void (__stdcall *info_func_t)(char*); typedef149 typedef void (*info_func_t)(char*);
821 info_func_t info_func = NULL; in PHP_MINFO_FUNCTION()823 info_func = (info_func_t)dlsym(RTLD_DEFAULT, "isc_get_client_version"); in PHP_MINFO_FUNCTION()830 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in PHP_MINFO_FUNCTION()
33 typedef uint32_t (*info_func_t)(const zend_call_info *call_info, const zend_ssa *ssa); typedef39 info_func_t info_func;
Completed in 20 milliseconds