Searched defs:accounting (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.h98 int accounting; member in struct:isakmp_cfg_config
131 /* For accounting */
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_model.c62 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 214 milliseconds