Lines Matching defs:current
78 * 1. blob->current should be equal to blob->end, (if not, too little was
86 const uint8_t *current;
183 * the current blob's size.
207 * the current blob's size.
257 * the current blob's size.
300 * the current blob's size.
324 * current value is unchanged before and after the call.
330 * Align the current offset of the blob reader to the given alignment.
341 * Read some unstructured, fixed-size data from the current location, (and
342 * update the current location to just past this data).
354 * Read some unstructured, fixed-size data from the current location, copying
355 * it to \dest (and update the current location to just past this data)
367 * Read a uint8_t from the current location, (and update the current location
376 * Read a uint16_t from the current location, (and update the current location
388 * Read a uint32_t from the current location, (and update the current location
400 * Read a uint64_t from the current location, (and update the current location
412 * Read an intptr_t value from the current location, (and update the
413 * current location to just past this intptr_t).
424 * Read a NULL-terminated string from the current location, (and update the
425 * current location to just past this string).