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