notices           970 ext/pgsql/pgsql.c 		zend_hash_index_update(&PGG(notices), (ulong)resource_id, (void **)&notice, sizeof(php_pgsql_notice *), NULL);
notices          1096 ext/pgsql/pgsql.c 	zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0); 
notices          1208 ext/pgsql/pgsql.c 	zend_hash_destroy(&PGG(notices));
notices          1229 ext/pgsql/pgsql.c 	zend_hash_clean(&PGG(notices));
notices          2331 ext/pgsql/pgsql.c 	if (zend_hash_index_find(&PGG(notices), Z_RESVAL_P(pgsql_link), (void **)&notice) == FAILURE) {
notices           319 ext/pgsql/php_pgsql.h 	HashTable notices;  /* notice message for each connection */