Home
last modified time | relevance | path

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

/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql.c144 …bject_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_object_handlers; variable
251 intern->std.handlers = &pgsql_lob_object_handlers; in pgsql_lob_create_object()
463 memcpy(&pgsql_lob_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
464 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
465 pgsql_lob_object_handlers.free_obj = pgsql_lob_free_obj; in PHP_MINIT_FUNCTION()
466 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
467 pgsql_lob_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
468 pgsql_lob_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c144 …bject_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_object_handlers; variable
251 intern->std.handlers = &pgsql_lob_object_handlers; in pgsql_lob_create_object()
463 memcpy(&pgsql_lob_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
464 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
465 pgsql_lob_object_handlers.free_obj = pgsql_lob_free_obj; in PHP_MINIT_FUNCTION()
466 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
467 pgsql_lob_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
468 pgsql_lob_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql.c144 …bject_handlers pgsql_link_object_handlers, pgsql_result_object_handlers, pgsql_lob_object_handlers; variable
251 intern->std.handlers = &pgsql_lob_object_handlers; in pgsql_lob_create_object()
463 memcpy(&pgsql_lob_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
464 pgsql_lob_object_handlers.offset = XtOffsetOf(pgLofp, std); in PHP_MINIT_FUNCTION()
465 pgsql_lob_object_handlers.free_obj = pgsql_lob_free_obj; in PHP_MINIT_FUNCTION()
466 pgsql_lob_object_handlers.get_constructor = pgsql_lob_get_constructor; in PHP_MINIT_FUNCTION()
467 pgsql_lob_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
468 pgsql_lob_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()