Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c154 …bject_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_object_handlers; variable
589 pgsql_lob_ce->default_object_handlers = &pgsql_lob_object_handlers; in PHP_MINIT_FUNCTION()
591 memcpy(&pgsql_lob_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
592 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
593 pgsql_lob_object_handlers.free_obj = pgsql_lob_free_obj; in PHP_MINIT_FUNCTION()
594 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
595 pgsql_lob_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
596 pgsql_lob_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds