Searched refs:expansion (Results 1 – 4 of 4) sorted by relevance
119 implement automatic storage pool expansion, contraction, and optionally123 expansion increment. All of these functions are optional (although it143 additional space are required. This will be the standard pool expansion150 a non-NULL release function is supplied, expansion blocks which become206 expansion blocks when necessary, and release such blocks when they219 request fails, which can trigger automatic pool expansion if the240 expansion block size. Providing an <acquire> function will cause263 Extended statistics: The expansion block size will be stored into the265 expansion block releases are disabled. The number of currently active268 respectively, the number of expansion block acquisitions and releases
377 /* On Low speed expansion header */387 /* On Low speed expansion header */
427 size_t remaining, expansion; in ssl_get_remaining_payload_in_datagram() local463 expansion = (size_t) ret; in ssl_get_remaining_payload_in_datagram()465 if (remaining <= expansion) { in ssl_get_remaining_payload_in_datagram()469 remaining -= expansion; in ssl_get_remaining_payload_in_datagram()
3600 * Fix a miscalculation of the maximum record expansion in6231 in a function to allow easy future expansion