Home | History | Annotate | Download | only in ref

Lines Matching refs:nextSib

1173                         int nextSib = nodes.readEntry(nodeHandle, 2);
1174 if (nextSib == NULL)
1176 if (nextSib != 0)
1177 return (m_docHandle | nextSib);
1178 // ###shs should cycle/wait if nextSib is 0? Working on threading next