Home | History | Annotate | Download | only in ref

Lines Matching defs:kid

1031                         int kid = nodeHandle + 1;
1032 nodes.readSlot(kid, gotslot);
1035 kid = gotslot[2];
1037 if (kid == NULL) return NULL;
1038 nodes.readSlot(kid, gotslot);
1040 // If parent slot matches given parent, return kid
1043 int firstChild = kid | m_docHandle;
1205 int kid = NULL;
1208 kid = nextkid;
1210 return kid | m_docHandle;