manager           218 ext/pspell/pspell.c 	PspellManager *manager = (PspellManager *)rsrc->ptr;
manager           220 ext/pspell/pspell.c 	delete_pspell_manager(manager);
manager           238 ext/pspell/pspell.c 	manager = (PspellManager *) zend_list_find(scin, &type);	\
manager           239 ext/pspell/pspell.c 	if (!manager || type != le_pspell) {	\
manager           277 ext/pspell/pspell.c 	PspellManager *manager;
manager           349 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           350 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell TSRMLS_CC);
manager           374 ext/pspell/pspell.c 	PspellManager *manager;
manager           454 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           455 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell TSRMLS_CC);
manager           467 ext/pspell/pspell.c 	PspellManager *manager;
manager           484 ext/pspell/pspell.c 	manager = to_pspell_manager(ret);
manager           485 ext/pspell/pspell.c 	ind = zend_list_insert(manager, le_pspell TSRMLS_CC);
manager           497 ext/pspell/pspell.c 	PspellManager *manager;
manager           505 ext/pspell/pspell.c 	if (pspell_manager_check(manager, word)) {
manager           520 ext/pspell/pspell.c 	PspellManager *manager;
manager           533 ext/pspell/pspell.c 	wl = pspell_manager_suggest(manager, word);
manager           541 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_message(manager));
manager           554 ext/pspell/pspell.c 	PspellManager *manager;
manager           562 ext/pspell/pspell.c 	pspell_manager_store_replacement(manager, miss, corr);
manager           563 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           566 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_error_message(manager));
manager           579 ext/pspell/pspell.c 	PspellManager *manager;
manager           592 ext/pspell/pspell.c 	pspell_manager_add_to_personal(manager, word);
manager           593 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           596 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_message(manager));
manager           609 ext/pspell/pspell.c 	PspellManager *manager;
manager           622 ext/pspell/pspell.c 	pspell_manager_add_to_session(manager, word);
manager           623 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           626 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_message(manager));
manager           638 ext/pspell/pspell.c 	PspellManager *manager;
manager           646 ext/pspell/pspell.c 	pspell_manager_clear_session(manager);
manager           647 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           650 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_message(manager));
manager           662 ext/pspell/pspell.c 	PspellManager *manager;
manager           670 ext/pspell/pspell.c 	pspell_manager_save_all_word_lists(manager);
manager           672 ext/pspell/pspell.c 	if (pspell_manager_error_number(manager) == 0) {
manager           675 ext/pspell/pspell.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_message(manager));