Lines Matching defs:filepath
53 char filepath[256];
78 /* this represents the instances of a symbol inside a given filepath */
293 /* fileoffset to the filepath table */
323 lws_fts_file_index(struct lws_fts *t, const char *filepath, int filepath_len,
330 !strcmp(fp->filepath, filepath))
342 strncpy(fp->filepath, filepath, sizeof(fp->filepath) - 1);
343 fp->filepath[sizeof(fp->filepath) - 1] = '\0';
986 * stored in a small VLI array inside the filepath inst. If the
1167 n = (int)strlen(fp->filepath);
1173 memcpy(&buf[bp], fp->filepath, (unsigned int)n);
1183 /* record the fileoffset of the filepath map and filepath count */
1196 /* dump the filepath map, starting from index 0, which is at the tail */