Searched refs:nbytes (Results 1 – 2 of 2) sorted by relevance
254 int nbytes = 0; in htmlEscape() local257 nbytes += 4; in htmlEscape()258 if (nbytes >= len) in htmlEscape()265 nbytes += 4; in htmlEscape()266 if (nbytes >= len) in htmlEscape()273 nbytes += 5; in htmlEscape()274 if (nbytes >= len) in htmlEscape()282 nbytes += 1; in htmlEscape()283 if (nbytes >= len) in htmlEscape()289 if (nbytes >= len) { in htmlEscape()[all …]
1288 static void releasePagesInRange(void *start, void *end, void *nbytes) in releasePagesInRange() argument1298 *(size_t *)nbytes += length; in releasePagesInRange()