Home
last modified time | relevance | path

Searched defs:crec (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h260 struct crec { struct
261 struct crec *next, *prev, *hash_next; argument
267 struct crec *cache; argument
270 } addr;
271 unsigned short flags;
272 union {
276 } name;
Ddhcp.c927 struct crec *crec; in dhcp_update_configs() local
Dcache.c1038 struct crec *crec = NULL, *aliasc; in cache_add_dhcp_entry() local
/external/skia/src/c/
Dsk_surface.cpp189 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder()
475 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) { in sk_picture_recorder_delete()
479 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec, in sk_picture_recorder_begin_recording()
484 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) { in sk_picture_recorder_end_recording()