Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.h42 #define UPSERT_STATUS_GET_LAST_INSERT_ID(status) (status)->last_insert_id macro
H A Dmysqlnd_ps.c555 …UPSERT_STATUS_SET_LAST_INSERT_ID(stmt->upsert_status, UPSERT_STATUS_GET_LAST_INSERT_ID(conn->upser… in mysqlnd_stmt_execute_parse_response()
1624 return stmt? UPSERT_STATUS_GET_LAST_INSERT_ID(stmt->upsert_status) : 0; in MYSQLND_METHOD()
H A Dmysqlnd_connection.c1340 return UPSERT_STATUS_GET_LAST_INSERT_ID(conn->upsert_status);

Completed in 42 milliseconds