Home
last modified time | relevance | path

Searched refs:info_func_t (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h57 typedef void (__stdcall *info_func_t)(char*); typedef
59 typedef void (*info_func_t)(char*); typedef
H A Dfirebird_driver.c566 info_func_t info_func = NULL; in firebird_handle_get_attribute()
568 info_func = (info_func_t)dlsym(RTLD_DEFAULT, "isc_get_client_version"); in firebird_handle_get_attribute()
575 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in firebird_handle_get_attribute()
/PHP-5.3/ext/interbase/
H A Dphp_ibase_includes.h147 typedef void (__stdcall *info_func_t)(char*); typedef
151 typedef void (*info_func_t)(char*); typedef
H A Dinterbase.c830 info_func_t info_func = NULL; in PHP_MINFO_FUNCTION()
832 info_func = (info_func_t)dlsym(RTLD_DEFAULT, "isc_get_client_version"); in PHP_MINFO_FUNCTION()
839 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in PHP_MINFO_FUNCTION()

Completed in 16 milliseconds