Lines Matching refs:bytes
2347 * @bytes: the number of bytes
2349 * Advance a point of the associated number of bytes (not UTF8 chars)
2354 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) {
2366 while (bytes >= 0) {
2394 if (bytes == 0) {
2412 if (pos + bytes >= len) {
2413 bytes -= (len - pos);
2416 } else if (pos + bytes < len) {
2417 pos += bytes;
2447 int len; /* in bytes */
2448 int stringlen; /* in bytes */
2474 "found range %d bytes at index %d of ->",
2491 "found subrange %d bytes at index %d of ->",
2533 int len; /* in bytes */