manager           218 ext/pspell/pspell.c 	PspellManager *manager = (PspellManager *)rsrc->ptr;
manager           220 ext/pspell/pspell.c 	delete_pspell_manager(manager);
manager           245 ext/pspell/pspell.c 	manager = (PspellManager *)Z_RES_P(res)->ptr; \
manager           281 ext/pspell/pspell.c 	PspellManager *manager;
manager           353 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           354 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell);
manager           378 ext/pspell/pspell.c 	PspellManager *manager;
manager           458 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           459 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell);
manager           471 ext/pspell/pspell.c 	PspellManager *manager;
manager           488 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           489 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell);
manager           501 ext/pspell/pspell.c 	PspellManager *manager;
manager           509 ext/pspell/pspell.c 	if (pspell_manager_check(manager, word)) {
manager           524 ext/pspell/pspell.c 	PspellManager *manager;
manager           536 ext/pspell/pspell.c 	wl = pspell_manager_suggest(manager, word);
manager           544 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_message(manager));
manager           557 ext/pspell/pspell.c 	PspellManager *manager;
manager           565 ext/pspell/pspell.c 	pspell_manager_store_replacement(manager, miss, corr);
manager           566 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           569 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_error_message(manager));
manager           582 ext/pspell/pspell.c 	PspellManager *manager;
manager           595 ext/pspell/pspell.c 	pspell_manager_add_to_personal(manager, word);
manager           596 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           599 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_message(manager));
manager           612 ext/pspell/pspell.c 	PspellManager *manager;
manager           625 ext/pspell/pspell.c 	pspell_manager_add_to_session(manager, word);
manager           626 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           629 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_message(manager));
manager           640 ext/pspell/pspell.c 	PspellManager *manager;
manager           648 ext/pspell/pspell.c 	pspell_manager_clear_session(manager);
manager           649 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           652 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_message(manager));
manager           663 ext/pspell/pspell.c 	PspellManager *manager;
manager           671 ext/pspell/pspell.c 	pspell_manager_save_all_word_lists(manager);
manager           673 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           676 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_message(manager));