Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h278 } php_pgsql_notice; typedef
H A Dpgsql.c931 php_pgsql_notice *notice; in _php_pgsql_notice_handler()
935 notice = (php_pgsql_notice *)emalloc(sizeof(php_pgsql_notice)); in _php_pgsql_notice_handler()
940 …ndex_update(&PGG(notices), (ulong)resource_id, (void **)&notice, sizeof(php_pgsql_notice *), NULL); in _php_pgsql_notice_handler()
951 php_pgsql_notice *notice = (php_pgsql_notice *)*ptr; in _php_pgsql_notice_ptr_dtor()
2212 php_pgsql_notice **notice;

Completed in 23 milliseconds