Home
last modified time | relevance | path

Searched refs:names_db (Results 1 – 8 of 8) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dnet_notify.c55 struct server_id_db *names_db = messaging_names_db(msg_ctx); in net_notify_listen() local
69 ok = server_id_db_lookup_one(names_db, "notify-daemon", &notifyd); in net_notify_listen()
126 struct server_id_db *names_db = messaging_names_db(msg_ctx); in net_notify_trigger() local
140 ok = server_id_db_lookup_one(names_db, "notify-daemon", &notifyd); in net_notify_trigger()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dgenerate_codepoint_selector.py39 names_db = unicodenames.unicodenames(unicodenames.find_names_db()) variable
43 uniname = names_db.name(codepoint)
/dports/print/fontforge/fontforge-20201107/gutils/
H A Dunicodelibinfo.c47 uninm_names_db names_db; /* Unicode character names and annotations database */ variable
83 names_db = (names_db_file == NULL) ? ((uninm_names_db) 0) : uninm_names_db_open(names_db_file); in inituninameannot()
124 name_data=copy(uninm_name(names_db,(unsigned int)(unienc))); in unicode_name()
248 annot_data=copy(uninm_annotation(names_db,(unsigned int)(unienc))); in unicode_annot()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dstartnoui.c45 extern uninm_names_db names_db; /* Unicode character names and annotations database */
139 uninm_names_db_close(names_db); /* close this database before exiting */ in fontforge_main()
H A Dstartui.c61 extern uninm_names_db names_db; /* Unicode character names and annotations database */
1445 uninm_names_db_close(names_db); /* close this database before exiting */
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dnotify_msg.c56 struct server_id_db *names_db; in notify_init() local
69 names_db = messaging_names_db(msg); in notify_init()
70 if (!server_id_db_lookup_one(names_db, "notify-daemon", in notify_init()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dmessages.c100 struct server_id_db *names_db;
590 ctx->names_db = server_id_db_init(ctx,
595 if (ctx->names_db == NULL) {
701 server_id_db_reinit(msg_ctx->names_db, msg_ctx->id);
1488 return msg_ctx->names_db;
/dports/net/samba412/samba-4.12.15/source3/smbd/notifyd/
H A Dnotifyd.c200 struct server_id_db *names_db; in notifyd_send() local
242 names_db = messaging_names_db(msg_ctx); in notifyd_send()
244 ret = server_id_db_set_exclusive(names_db, "notify-daemon"); in notifyd_send()