Lines Matching defs:storage
93 char *storage;
523 lwsl_info("%s: exceeded storage\n", __func__);
527 /* move it on inside storage */
565 spa->storage = lwsac_use(i->ac, (unsigned int)spa->i.max_storage,
568 spa->storage = lws_malloc((unsigned int)spa->i.max_storage, "spa");
570 if (!spa->storage)
573 spa->end = spa->storage + i->max_storage - 1;
586 spa->s = lws_urldecode_s_create(spa, wsi, spa->storage, i->max_storage,
613 lws_free(spa->storage);
704 lws_free(spa->storage);