Home
last modified time | relevance | path

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

/PHP-5.3/ext/pgsql/
H A Dphp_pgsql.h276 } php_pgsql_notice; typedef
H A Dpgsql.c813 php_pgsql_notice *notice; in _php_pgsql_notice_handler()
817 notice = (php_pgsql_notice *)emalloc(sizeof(php_pgsql_notice)); in _php_pgsql_notice_handler()
822 …ndex_update(&PGG(notices), (ulong)resource_id, (void **)&notice, sizeof(php_pgsql_notice *), NULL); in _php_pgsql_notice_handler()
833 php_pgsql_notice *notice = (php_pgsql_notice *)*ptr; in _php_pgsql_notice_ptr_dtor()
2061 php_pgsql_notice **notice;

Completed in 19 milliseconds