orig_format        73 ext/intl/msgformat/msgformat.c 	if ((mfo)->mf_data.orig_format) {
orig_format        77 ext/intl/msgformat/msgformat.c 	(mfo)->mf_data.orig_format = estrndup(pattern, pattern_len);
orig_format        49 ext/intl/msgformat/msgformat_attr.c 	if(mfo->mf_data.orig_format) {
orig_format        50 ext/intl/msgformat/msgformat_attr.c 		RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len);
orig_format       100 ext/intl/msgformat/msgformat_attr.c 	if(mfo->mf_data.orig_format) {
orig_format       101 ext/intl/msgformat/msgformat_attr.c 		efree(mfo->mf_data.orig_format);
orig_format       103 ext/intl/msgformat/msgformat_attr.c 	mfo->mf_data.orig_format = estrndup(value, value_len);
orig_format        35 ext/intl/msgformat/msgformat_data.c 	mf_data->orig_format	= NULL;
orig_format        53 ext/intl/msgformat/msgformat_data.c 	if (mf_data->orig_format) {
orig_format        54 ext/intl/msgformat/msgformat_data.c 		efree(mf_data->orig_format);
orig_format        55 ext/intl/msgformat/msgformat_data.c 		mf_data->orig_format = NULL;
orig_format        32 ext/intl/msgformat/msgformat_data.h 	char*			orig_format;