Lines Matching defs:position
13 * to be changed/deleted or position in the node we insert a new item
384 /* position of item we start filling node from */
387 /* position of item we finish filling node by */
982 * Get position of the pointer to the left neighbor
1017 * Calculate left/right delimiting key position.
1033 position = INT_MAX,
1056 /* Check whether position in the parent is correct. */
1057 if ((position =
1067 if (B_N_CHILD_NUM(parent, position) !=
1072 * Return delimiting key if position in the parent is not
1077 if (position != first_last_position) {
1130 position -
1133 position)));
1167 * Calculate numbers of left and right delimiting keys position:
1175 int position,
1199 position = PATH_OFFSET_POSITION(path, path_offset - 1);
1200 if (position) {
1206 tb->lkey[h] = position - 1;
1234 if (position == B_NR_ITEMS(PATH_H_PBUFFER(path, h + 1))) {
1251 tb->rkey[h] = position;
2094 int position,
2119 if ((position =
2125 if (B_N_CHILD_NUM(bh, position) !=
2169 "PAP-8270: invalid position in the parent");
2211 "PAP-8295: invalid position in the parent");