Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h47 typedef void (__stdcall *info_func_t)(char*); typedef
49 typedef void (*info_func_t)(char*); typedef
H A Dfirebird_driver.c1159 info_func_t info_func = NULL; in pdo_firebird_get_attribute()
1161 info_func = (info_func_t)dlsym(RTLD_DEFAULT, "isc_get_client_version"); in pdo_firebird_get_attribute()
1168 info_func = (info_func_t)GetProcAddress(l, "isc_get_client_version"); in pdo_firebird_get_attribute()
/php-src/Zend/Optimizer/
H A Dzend_func_info.c32 typedef uint32_t (*info_func_t)(const zend_call_info *call_info, const zend_ssa *ssa); typedef
38 info_func_t info_func;

Completed in 10 milliseconds