Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds