Lines Matching full:buffer_size
84 __proto_id_func(char *buffer, size_t *buffer_size, va_list ap, in __proto_id_func() argument
101 if (desired_size > *buffer_size) { in __proto_id_func()
115 if (desired_size > *buffer_size) { in __proto_id_func()
132 *buffer_size = desired_size; in __proto_id_func()
138 __proto_marshal_func(char *buffer, size_t *buffer_size, void *retval, in __proto_marshal_func() argument
185 if (*buffer_size < desired_size) { in __proto_marshal_func()
187 *buffer_size = desired_size; in __proto_marshal_func()
193 *buffer_size = desired_size; in __proto_marshal_func()
225 __proto_unmarshal_func(char *buffer, size_t buffer_size, void *retval, in __proto_unmarshal_func() argument
258 buffer_size - sizeof(struct protoent) - sizeof(char *)) { in __proto_unmarshal_func()
269 buffer_size - sizeof(struct protoent) - sizeof(char *) - in __proto_unmarshal_func()