Searched refs:allow_dict_entry (Results 1 - 2 of 2) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-signature.h | 24 bool signature_is_single(const char *s, bool allow_dict_entry); 26 bool signature_is_valid(const char *s, bool allow_dict_entry);
|
H A D | bus-signature.c | 27 bool allow_dict_entry, 78 if (*s == SD_BUS_TYPE_DICT_ENTRY_BEGIN && allow_dict_entry) { 114 bool signature_is_single(const char *s, bool allow_dict_entry) { argument 121 r = signature_element_length_internal(s, allow_dict_entry, 0, 0, &t); 139 bool signature_is_valid(const char *s, bool allow_dict_entry) { argument 150 r = signature_element_length_internal(p, allow_dict_entry, 0, 0, &t); 25 signature_element_length_internal( const char *s, bool allow_dict_entry, unsigned array_depth, unsigned struct_depth, size_t *l) argument
|
Completed in 230 milliseconds