HomeSort by relevance Sort by last modified time
    Searched defs:accounting (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_cfg.h 98 int accounting; member in struct:isakmp_cfg_config
131 /* For accounting */
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 62 static struct tile_account *accounting = NULL; variable in typeref:struct:tile_account
70 if (accounting[i].size == t->w)
71 return accounting + i;
75 REALLOC_OR_OOM_RET(accounting, i, NULL);
77 acc = accounting + accounting_len;
127 acc = accounting;

Completed in 112 milliseconds