Lines Matching defs:position
1034 * context position initalized to 1
2362 * First position to the beginning of the first text node
2428 * Check whether the document contains @string at the position
2432 * (@start, @startindex) will indicate the position of the beginning
2517 * (@start, @startindex) will indicate the position of the beginning
2735 * XML for line ends. The third argument gives the position of the first
2762 xmlXPathObjectPtr position = NULL;
2780 position = valuePop(ctxt);
2781 if (position != NULL)
2782 pos = (int) position->floatval;
2838 if (position == NULL) {
2879 if (position) xmlXPathFreeObject(position);