Searched refs:length_is_null (Results 1 – 3 of 3) sorted by relevance
861 bool length_is_null = 1; local868 Z_PARAM_LONG_OR_NULL(length, length_is_null)879 if (length_is_null) {
3785 bool length_is_null = 1; local3792 Z_PARAM_LONG_OR_NULL(length, length_is_null)3798 if (length_is_null) {3900 bool length_is_null = 1; /* Whether an explicit length has been omitted */ local3910 Z_PARAM_LONG_OR_NULL(length, length_is_null)3918 if (length_is_null) {
5661 bool length_is_null = 1; local5671 Z_PARAM_LONG_OR_NULL(length, length_is_null)5693 if (!length_is_null) {
Completed in 37 milliseconds