Lines Matching defs:cdb_storage
334 uint8_t *cdb_storage = NULL;
479 if (cdb_storage == NULL)
480 cdb_storage = calloc(cdb_storage_len, 1);
481 if (cdb_storage == NULL)
508 /*cdb_storage*/ cdb_storage,
573 cdb_storage = calloc(cdb_storage_len, 1);
574 if (cdb_storage == NULL)
600 /*cdb_storage*/ cdb_storage,
658 if (cdb_storage != NULL)
659 bzero(cdb_storage, cdb_storage_len);
668 free(cdb_storage);