Searched refs:unique_name (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-bus.c79 char *unique_name; /**< Unique name of this connection */ member in struct:__anon1663
350 dbus_free (bd->unique_name);
672 if (bd->unique_name != NULL)
675 bd->unique_name);
703 bd->unique_name = _dbus_strdup (name);
704 if (bd->unique_name == NULL)
759 * @param unique_name the unique name
764 const char *unique_name)
770 _dbus_return_val_if_fail (unique_name != NULL, FALSE);
778 _dbus_assert (bd->unique_name
763 dbus_bus_set_unique_name(DBusConnection *connection, const char *unique_name) argument
811 const char *unique_name = NULL; local
[all...]
H A Ddbus-bus.h51 const char *unique_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.h102 char *unique_name (const char *, bool);
H A Dutils.c585 condition (which arises from using unique_name and failing to
587 (which arises from using unique_name, printing the name, and
722 If no UNIQ_SEP is defined (as on VMS), have unique_name() return the
770 unique_name (const char *file, bool allow_passthrough)
784 /* Dummy unique_name() for VMS. Return the original name as easily as
788 unique_name (const char *file, bool allow_passthrough)
799 opening the file returned by unique_name. */
805 char *uname = unique_name (name, false);
810 uname = unique_name (name, false);
767 unique_name (const char *file, bool allow_passthrough) function
785 unique_name (const char *file, bool allow_passthrough) function
H A Durl.c1634 unique = unique_name (fname, true);
H A Dhttp.c2032 char *unique = unique_name (hs->local_file, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddriver.c250 DBusString unique_name; local
280 if (!_dbus_string_init (&unique_name))
290 if (!create_unique_client_name (registry, &unique_name))
296 if (!bus_connection_complete (connection, &unique_name, error))
314 &unique_name, connection, 0, transaction, error);
322 _dbus_string_free (&unique_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c110 const char *unique_name; ///< unique section name, in case the name is ambiguous member in struct:section
150 [SECTION_ID_CHAPTER_TAGS] = { SECTION_ID_CHAPTER_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "chapter_tags" },
153 [SECTION_ID_FORMAT_TAGS] = { SECTION_ID_FORMAT_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "format_tags" },
156 [SECTION_ID_FRAME_TAGS] = { SECTION_ID_FRAME_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "frame_tags" },
162 [SECTION_ID_PROGRAM_STREAM_DISPOSITION] = { SECTION_ID_PROGRAM_STREAM_DISPOSITION, "disposition", 0, { -1 }, .unique_name = "program_stream_disposition" },
163 [SECTION_ID_PROGRAM_STREAM_TAGS] = { SECTION_ID_PROGRAM_STREAM_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "program_stream_tags" },
165 [SECTION_ID_PROGRAM_STREAMS] = { SECTION_ID_PROGRAM_STREAMS, "streams", SECTION_FLAG_IS_ARRAY, { SECTION_ID_PROGRAM_STREAM, -1 }, .unique_name = "program_streams" },
166 [SECTION_ID_PROGRAM_STREAM] = { SECTION_ID_PROGRAM_STREAM, "stream", 0, { SECTION_ID_PROGRAM_STREAM_DISPOSITION, SECTION_ID_PROGRAM_STREAM_TAGS, -1 }, .unique_name = "program_stream" },
167 [SECTION_ID_PROGRAM_TAGS] = { SECTION_ID_PROGRAM_TAGS, "tags", SECTION_FLAG_HAS_VARIABLE_FIELDS, { -1 }, .element_name = "tag", .unique_name = "program_tags" },
175 [SECTION_ID_STREAM_DISPOSITION] = { SECTION_ID_STREAM_DISPOSITION, "disposition", 0, { -1 }, .unique_name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk1053 function make_name(unique_name, dup_name, p_version)
1055 logfunc = sprintf("%s_%s", prefix, unique_name);
1058 funcname = sprintf("%s_%s_%s", prefix, unique_name, p_version);

Completed in 87 milliseconds