Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_attr.c49 if(mfo->mf_data.orig_format) { in PHP_FUNCTION()
50 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len, 1); in PHP_FUNCTION()
100 if(mfo->mf_data.orig_format) { in PHP_FUNCTION()
101 efree(mfo->mf_data.orig_format); in PHP_FUNCTION()
103 mfo->mf_data.orig_format = estrndup(value, value_len); in PHP_FUNCTION()
H A Dmsgformat_data.c35 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.h32 char* orig_format; member
H A Dmsgformat.c73 if ((mfo)->mf_data.orig_format) { in msgfmt_ctor()
77 (mfo)->mf_data.orig_format = estrndup(pattern, pattern_len); in msgfmt_ctor()

Completed in 15 milliseconds