Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/
H A Dpgsql.c144 …bject_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_object_handlers; variable
252 intern->std.handlers = &pgsql_lob_object_handlers; in pgsql_lob_create_object()
464 memcpy(&pgsql_lob_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
465 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
466 pgsql_lob_object_handlers.free_obj = pgsql_lob_free_obj; in PHP_MINIT_FUNCTION()
467 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
468 pgsql_lob_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
469 pgsql_lob_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 42 milliseconds