Searched defs:cookie (Results 1 – 13 of 13) sorted by relevance
/bootable/bootloader/legacy/libc/ |
D | xprintf.c | 42 static void xputs(const char *s, void (*xputc)(unsigned n, void *cookie), void *cookie) in xputs() 50 void (*xputc)(unsigned n, void *cookie), in __xprintf()
|
D | sprintf.c | 40 static void snprintf_putc(unsigned n, void *cookie) in snprintf_putc()
|
/bootable/bootloader/legacy/include/boot/ |
D | tags.h | 38 void *cookie; member
|
/bootable/bootloader/legacy/libboot/ |
D | tags_cmdline.c | 33 static void tag_cmdline(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_cmdline()
|
D | tags_serialno.c | 33 static void tag_serialno(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_serialno()
|
D | tags_revision.c | 33 static void tag_revision(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_revision()
|
D | tags_partition.c | 33 static void ptn_importer(unsigned tag, void *data, unsigned bytes, void *cookie) in ptn_importer()
|
/bootable/recovery/minzip/ |
D | Zip.c | 529 void *cookie) in processStoredEntry() 558 void *cookie) in processDeflatedEntry() 674 void *cookie) in mzProcessZipEntryContents() 740 void *cookie) in copyProcessFunction() 773 void *cookie) in writeProcessFunction() 896 void (*callback)(const char *fn, void *), void *cookie) in mzExtractRecursive() argument
|
/bootable/recovery/edify/ |
D | expr.h | 29 void* cookie; member
|
/bootable/bootloader/legacy/usbloader/ |
D | main.c | 182 static void tag_dump(unsigned tag, void *data, unsigned sz, void *cookie) in tag_dump()
|
/bootable/recovery/ |
D | ui.c | 227 static void *progress_thread(void *cookie) in progress_thread() 257 static void *input_thread(void *cookie) in input_thread()
|
D | recovery.c | 384 print_property(const char *key, const char *name, void *cookie) in print_property()
|
D | verifier.c | 64 static bool updateHash(const unsigned char *data, int dataLen, void *cookie) { in updateHash()
|