Home
last modified time | relevance | path

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

/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c91 static zend_object_handlers sqlite3_result_object_handlers; variable
2480 intern->zo.handlers = &sqlite3_result_object_handlers; in php_sqlite3_result_object_new()
2518 memcpy(&sqlite3_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2543 sqlite3_result_object_handlers.offset = XtOffsetOf(php_sqlite3_result, zo); in PHP_MINIT_FUNCTION()
2544 sqlite3_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
2545 sqlite3_result_object_handlers.free_obj = php_sqlite3_result_object_free_storage; in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds