Searched refs:sqlite3_stmt_object_handlers (Results 1 – 1 of 1) sorted by relevance
64 static zend_object_handlers sqlite3_stmt_object_handlers; variable2416 memcpy(&sqlite3_stmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()2429 sqlite3_stmt_object_handlers.offset = XtOffsetOf(php_sqlite3_stmt, zo); in PHP_MINIT_FUNCTION()2430 sqlite3_stmt_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()2431 sqlite3_stmt_object_handlers.free_obj = php_sqlite3_stmt_object_free_storage; in PHP_MINIT_FUNCTION()2434 php_sqlite3_stmt_entry->default_object_handlers = &sqlite3_stmt_object_handlers; in PHP_MINIT_FUNCTION()
Completed in 12 milliseconds