Home
last modified time | relevance | path

Searched refs:lastmarkerpos (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/libsolv/solv/
H A Drepo.c343 repo->lastmarkerpos = 0; in repo_addid_dep_hash()
358 repo->lastmarkerpos = oidp - repo->idarraydata; in repo_addid_dep_hash()
372 else if (marker == SOLVABLE_FILEMARKER && (!before || !repo->lastmarkerpos)) in repo_addid_dep_hash()
374 if (marker && !before && !repo->lastmarkerpos) in repo_addid_dep_hash()
377 repo->lastmarkerpos = repo->idarraysize - 1; in repo_addid_dep_hash()
390 if (marker && before && repo->lastmarkerpos) in repo_addid_dep_hash()
394 …repo->idarraydata + repo->lastmarkerpos + 1, repo->idarraydata + repo->lastmarkerpos, (repo->idarr… in repo_addid_dep_hash()
395 repo->idarraydata[repo->lastmarkerpos++] = id; in repo_addid_dep_hash()
412 for (oidp = repo->idarraydata + repo->lastmarkerpos + 1; (oid = *oidp) != 0; oidp++) in repo_addid_dep_hash()
418 …->idarraydata + repo->lastmarkerpos + 1, repo->idarraydata + repo->lastmarkerpos, (oidp - (repo->i… in repo_addid_dep_hash()
[all …]
H A Drepo.h56 Offset lastmarkerpos; member