Lines Matching defs:current
75 * 1. blob->current should be equal to blob->end, (if not, too little was
83 const uint8_t *current;
170 * the current blob's size.
194 * the current blob's size.
244 * the current blob's size.
287 * the current blob's size.
311 * current value is unchanged before and after the call.
317 * Read some unstructured, fixed-size data from the current location, (and
318 * update the current location to just past this data).
330 * Read some unstructured, fixed-size data from the current location, copying
331 * it to \dest (and update the current location to just past this data)
343 * Read a uint8_t from the current location, (and update the current location
352 * Read a uint16_t from the current location, (and update the current location
364 * Read a uint32_t from the current location, (and update the current location
376 * Read a uint64_t from the current location, (and update the current location
388 * Read an intptr_t value from the current location, (and update the
389 * current location to just past this intptr_t).
400 * Read a NULL-terminated string from the current location, (and update the
401 * current location to just past this string).