Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c151 static zend_object_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_obj… variable
456 pgsql_result_ce->default_object_handlers = &pgsql_result_object_handlers; in PHP_MINIT_FUNCTION()
458 memcpy(&pgsql_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
459 pgsql_result_object_handlers.offset = XtOffsetOf(pgsql_result_handle, std); in PHP_MINIT_FUNCTION()
460 pgsql_result_object_handlers.free_obj = pgsql_result_free_obj; in PHP_MINIT_FUNCTION()
461 pgsql_result_object_handlers.get_constructor = pgsql_result_get_constructor; in PHP_MINIT_FUNCTION()
462 pgsql_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
463 pgsql_result_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds