Home
last modified time | relevance | path

Searched refs:free (Results 51 – 55 of 55) sorted by last modified time

123

/unit/src/java/
H A Dnxt_jni_InputStream.c177 b_size = buf->end - buf->free; in nxt_java_InputStream_skip()
180 buf->free += b_size; in nxt_java_InputStream_skip()
184 if (buf->end == buf->free) { in nxt_java_InputStream_skip()
H A Dnxt_jni_OutputStream.c96 *buf->free++ = b; in nxt_java_OutputStream_writeByte()
98 if ((uint32_t) (buf->free - buf->start) >= data->buf_size) { in nxt_java_OutputStream_writeByte()
157 if (buf == NULL || buf->free >= buf->end) { in nxt_java_OutputStream_req_buf()
196 copy = buf->end - buf->free; in nxt_java_OutputStream_write()
199 memcpy(buf->free, ptr + off, copy); in nxt_java_OutputStream_write()
200 buf->free += copy; in nxt_java_OutputStream_write()
205 if ((uint32_t) (buf->free - buf->start) >= data->buf_size) { in nxt_java_OutputStream_write()
226 if (data->buf != NULL && data->buf->free > data->buf->start) { in nxt_java_OutputStream_flush()
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common45 Permission is hereby granted, free of charge, to any person obtaining a copy
109 Recipient a non-exclusive, worldwide, royalty-free copyright license to
115 Recipient a non-exclusive, worldwide, royalty-free patent license under
354 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
361 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
570 Developer hereby grants You a world-wide, royalty-free,
601 Contributor hereby grants You a world-wide, royalty-free,
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common45 Permission is hereby granted, free of charge, to any person obtaining a copy
109 Recipient a non-exclusive, worldwide, royalty-free copyright license to
115 Recipient a non-exclusive, worldwide, royalty-free patent license under
354 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
361 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
570 Developer hereby grants You a world-wide, royalty-free,
601 Contributor hereby grants You a world-wide, royalty-free,
/unit/
H A DLICENSE69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable

123