Searched refs:template_pos (Results 1 – 1 of 1) sorted by relevance
3991 const char *sep, *template_pos; in sd_bus_path_encode_many() local4036 for (template_pos = path_template; *template_pos; ) { in sd_bus_path_encode_many()4037 sep = strchrnul(template_pos, '%'); in sd_bus_path_encode_many()4038 path_pos = mempcpy(path_pos, template_pos, sep - template_pos); in sd_bus_path_encode_many()4043 template_pos = sep + 1; in sd_bus_path_encode_many()4053 const char *template_pos, *path_pos; in sd_bus_path_decode_many() local4083 for (template_pos = path_template; *template_pos; ) { in sd_bus_path_decode_many()4089 sep = strchrnul(template_pos, '%'); in sd_bus_path_decode_many()4090 length = sep - template_pos; in sd_bus_path_decode_many()4091 if (strncmp(path_pos, template_pos, length)) in sd_bus_path_decode_many()[all …]