Home
last modified time | relevance | path

Searched refs:orig_format (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_attr.c40 if(mfo->mf_data.orig_format) { in PHP_FUNCTION()
41 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len); in PHP_FUNCTION()
85 if(mfo->mf_data.orig_format) { in PHP_FUNCTION()
86 efree(mfo->mf_data.orig_format); in PHP_FUNCTION()
88 mfo->mf_data.orig_format = estrndup(value, value_len); in PHP_FUNCTION()
H A Dmsgformat_data.c33 mf_data->orig_format = NULL; in msgformat_data_init()
51 if (mf_data->orig_format) { in msgformat_data_free()
52 efree(mf_data->orig_format); in msgformat_data_free()
53 mf_data->orig_format = NULL; in msgformat_data_free()
H A Dmsgformat_data.h30 char* orig_format; member
H A Dmsgformat.c75 if ((mfo)->mf_data.orig_format) { in msgfmt_ctor()
79 (mfo)->mf_data.orig_format = estrndup(pattern, pattern_len); in msgfmt_ctor()

Completed in 7 milliseconds