currentkey         42 ext/intl/resourcebundle/resourcebundle_iterator.c 			iterator->currentkey = estrdup( ures_getKey( rb->child ) );
currentkey         62 ext/intl/resourcebundle/resourcebundle_iterator.c 	if (iterator->currentkey) {
currentkey         63 ext/intl/resourcebundle/resourcebundle_iterator.c 		efree( iterator->currentkey );
currentkey         64 ext/intl/resourcebundle/resourcebundle_iterator.c 		iterator->currentkey = NULL;
currentkey        110 ext/intl/resourcebundle/resourcebundle_iterator.c 		ZVAL_STRING(key, iterator->currentkey);
currentkey        172 ext/intl/resourcebundle/resourcebundle_iterator.c 	iterator->currentkey = NULL;
currentkey         30 ext/intl/resourcebundle/resourcebundle_iterator.h 	char                  *currentkey;