Searched refs:msgdomain_list_alloc (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | x-ruby.c | 94 mdlp2 = msgdomain_list_alloc (true); in extract_ruby()
|
D | message.h | 356 msgdomain_list_alloc (bool use_hashtable);
|
D | msgunfmt.c | 400 result = msgdomain_list_alloc (false); in main()
|
D | read-catalog.c | 476 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates); in read_catalog_stream()
|
D | message.c | 772 msgdomain_list_alloc (bool use_hashtable) in msgdomain_list_alloc() function
|
D | msgl-cat.c | 279 total_mdlp = msgdomain_list_alloc (true); in catenate_msgdomain_list()
|
D | xgettext.c | 820 mdlp = msgdomain_list_alloc (true); in main()
|
D | msgmerge.c | 2009 result = msgdomain_list_alloc (false); in merge()
|
D | ChangeLog.0 | 172 msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 184 msgdomain_alloc, msgdomain_free, msgdomain_list_alloc, 1476 (msgdomain_list_alloc): Add 'use_hashtable' argument. 1485 (msgdomain_list_alloc): Add 'use_hashtable' argument. 2786 (msgdomain_list_alloc): Likewise. 2834 (msgdomain_list_alloc, msgdomain_list_free, msgdomain_list_append, 2849 (msgdomain_alloc, msgdomain_free, msgdomain_list_alloc,
|
D | ChangeLog.1 | 3306 (msgdomain_list_alloc): Use XMALLOC, XNMALLOC instead of xmalloc. 7639 * message.c (msgdomain_list_alloc): Initialize it.
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.c | 83 file->mdlp = msgdomain_list_alloc (false); in po_file_create()
|