Home | History | Annotate | Download | only in xdgmime

Lines Matching defs:glob

276 /* glob must be valid UTF-8 */
468 _xdg_glob_determine_type (const char *glob)
474 ptr = glob;
492 /* glob must be valid UTF-8 */
495 const char *glob,
502 assert (glob != NULL);
504 type = _xdg_glob_determine_type (glob);
509 glob_hash->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type), weight);
512 glob_hash->simple_node = _xdg_glob_hash_insert_text (glob_hash->simple_node, glob + 1, mime_type, weight);
515 glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_type), weight);
574 char *mimetype, *glob;
591 glob = colon2;
597 glob = colon;
599 _xdg_glob_hash_append_glob (glob_hash, glob, mimetype, weight);