Searched refs:strings (Results 1 – 3 of 3) sorted by relevance
159 char *strings_ind(char *strings, size_t size, int index, size_t *slen) in strings_ind() argument163 char *start = strings; in strings_ind()167 if (!strings || !size) in strings_ind()170 str_tail = memchr((void *)strings, '\0', size); in strings_ind()178 left = strings + size - str_tail - 1; in strings_ind()
19 char *strings_ind(char *strings, size_t size, int index, size_t *slen);
117 strings = list(iter(unpack_string, b""))118 if not strings:123 if len(strings):124 self.strings = strings145 if i > len(self.strings):147 return self.strings[i - 1]
Completed in 8 milliseconds