Home
last modified time | relevance | path

Searched refs:stmt_counter (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h42 unsigned int stmt_counter; member
H A Dpgsql_driver.c267 spprintf(&S->cursor_name, 0, "pdo_crsr_%08x", ++H->stmt_counter); in pgsql_handle_preparer()
304 spprintf(&S->stmt_name, 0, "pdo_stmt_%08x", ++H->stmt_counter); in pgsql_handle_preparer()

Completed in 9 milliseconds