Searched refs:max_storage (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/roles/http/server/ |
D | lws-spa.c | 561 if (!spa->i.max_storage) in lws_spa_create_via_info() 562 spa->i.max_storage = 512; in lws_spa_create_via_info() 565 spa->storage = lwsac_use(i->ac, (unsigned int)spa->i.max_storage, in lws_spa_create_via_info() 568 spa->storage = lws_malloc((unsigned int)spa->i.max_storage, "spa"); in lws_spa_create_via_info() 573 spa->end = spa->storage + i->max_storage - 1; in lws_spa_create_via_info() 586 spa->s = lws_urldecode_s_create(spa, wsi, spa->storage, i->max_storage, in lws_spa_create_via_info() 626 int count_params, int max_storage, in lws_spa_create() argument 633 i.max_storage = max_storage; in lws_spa_create()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-spa.h | 101 int count_params, int max_storage, lws_spa_fileupload_cb opt_cb, 107 int max_storage; /* total amount of form parameter values we can store */ member
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | maximum_profile_table.cc | 187 void MaximumProfileTable::Builder::SetMaxStorage(int32_t max_storage) { in SetMaxStorage() argument 188 InternalWriteData()->WriteUShort(Offset::kMaxStorage, max_storage); in SetMaxStorage()
|
D | maximum_profile_table.h | 60 void SetMaxStorage(int32_t max_storage);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | maximum_profile_table.cc | 187 void MaximumProfileTable::Builder::SetMaxStorage(int32_t max_storage) { in SetMaxStorage() argument 188 InternalWriteData()->WriteUShort(Offset::kMaxStorage, max_storage); in SetMaxStorage()
|
D | maximum_profile_table.h | 60 void SetMaxStorage(int32_t max_storage);
|