HomeSort by relevance Sort by last modified time
    Searched full:crec (Results 1 - 11 of 11) sorted by null

  /external/dnsmasq/src/
cache.c 19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL;
21 static struct crec *dhcp_spare = NULL;
23 static struct crec *new_chain = NULL;
67 static void cache_free(struct crec *crecp);
68 static void cache_unlink(struct crec *crecp);
69 static void cache_link(struct crec *crecp);
71 static void cache_hash(struct crec *crecp);
75 struct crec *crecp;
85 crecp = safe_malloc(daemon->cachesize*sizeof(struct crec));
105 struct crec **new, **old, *p, *tmp
1038 struct crec *crec = NULL, *aliasc; local
    [all...]
dhcp.c 922 struct crec *crec; local
933 (crec = cache_find_by_name(NULL, config->hostname, 0, F_IPV4)) &&
934 (crec->flags & F_HOSTS))
936 if (cache_find_by_name(crec, config->hostname, 0, F_IPV4))
939 while (crec && !(crec->flags & F_REVERSE))
940 crec = cache_find_by_name(crec, config->hostname, 0, F_IPV4);
941 if (!crec)
    [all...]
dnsmasq.h 260 struct crec { struct
261 struct crec *next, *prev, *hash_next;
267 struct crec *cache;
696 struct crec *cache_find_by_addr(struct crec *crecp,
699 struct crec *cache_find_by_name(struct crec *crecp,
703 struct crec *cache_insert(char *name, struct all_addr *addr,
709 char *cache_get_name(struct crec *crecp);
rfc1035.c 663 struct crec *cpp = NULL;
746 struct crec *newc;
945 struct crec *crecp;
1117 static unsigned long crec_ttl(struct crec *crecp, time_t now)
1142 struct crec *crecp;
    [all...]
  /external/skia/src/c/
sk_surface.cpp 189 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) {
190 return reinterpret_cast<SkPictureRecorder*>(crec);
475 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) {
476 delete AsPictureRecorder(crec);
479 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec,
481 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds)));
484 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) {
485 return ToPicture(AsPictureRecorder(crec)->endRecording());
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 190 want = 'crec'
369 'crec' : rectangles,
__init__.py 282 'crec' : rectangle,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 190 want = 'crec'
369 'crec' : rectangles,
__init__.py 282 'crec' : rectangle,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 176 cRectangle = FOUR_CHAR_CODE('crec')
570 typeRectangle = FOUR_CHAR_CODE('crec')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 176 cRectangle = FOUR_CHAR_CODE('crec')
570 typeRectangle = FOUR_CHAR_CODE('crec')
    [all...]

Completed in 1315 milliseconds