Searched refs:php_pgsql_data_info (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pgsql/ |
H A D | php_pgsql.h | 84 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row);
|
H A D | pgsql.c | 2206 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row) in php_pgsql_data_info() function 2287 php_pgsql_data_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_PG_DATA_LENGTH, true); in PHP_FUNCTION() 2294 php_pgsql_data_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_PG_DATA_LENGTH, false); in PHP_FUNCTION() 2301 php_pgsql_data_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_PG_DATA_ISNULL, true); in PHP_FUNCTION() 2308 php_pgsql_data_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_PG_DATA_ISNULL, false); in PHP_FUNCTION()
|
Completed in 18 milliseconds