Home
last modified time | relevance | path

Searched refs:msgdomain_list_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-ruby.c94 mdlp2 = msgdomain_list_alloc (true); in extract_ruby()
Dmessage.h356 msgdomain_list_alloc (bool use_hashtable);
Dmsgunfmt.c400 result = msgdomain_list_alloc (false); in main()
Dread-catalog.c476 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates); in read_catalog_stream()
Dmessage.c772 msgdomain_list_alloc (bool use_hashtable) in msgdomain_list_alloc() function
Dmsgl-cat.c279 total_mdlp = msgdomain_list_alloc (true); in catenate_msgdomain_list()
Dxgettext.c820 mdlp = msgdomain_list_alloc (true); in main()
Dmsgmerge.c2009 result = msgdomain_list_alloc (false); in merge()
DChangeLog.0172 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,
DChangeLog.13306 (msgdomain_list_alloc): Use XMALLOC, XNMALLOC instead of xmalloc.
7639 * message.c (msgdomain_list_alloc): Initialize it.
/third_party/gettext/gettext-tools/libgettextpo/
Dgettext-po.c83 file->mdlp = msgdomain_list_alloc (false); in po_file_create()