Searched refs:fs (Results 1 – 9 of 9) sorted by relevance
/unit/src/ |
H A D | nxt_fastcgi_source.c | 166 fs->record.next.context = fs; in nxt_fastcgi_source_handler() 170 fs->record.parse.data = fs; in nxt_fastcgi_source_handler() 173 fs->query.context = &fs->record.parse; in nxt_fastcgi_source_handler() 182 fs->u.header.mem_pool = fs->upstream->buffers.mem_pool; in nxt_fastcgi_source_handler() 346 ret = fs->request_create(fs); in nxt_fastcgi_next_param() 456 fs = obj; in nxt_fastcgi_source_record_error() 469 fs = obj; in nxt_fastcgi_source_header_filter() 672 fs->upstream->state->ready_handler(fs); in nxt_fastcgi_source_header_ready() 687 fs = obj; in nxt_fastcgi_source_body_filter() 716 fs = fp->data; in nxt_fastcgi_source_last_buf() [all …]
|
H A D | nxt_fastcgi_source.h | 59 nxt_fastcgi_source_t *fs);
|
/unit/test/node/404/ |
H A D | app.js | 2 var fs = require('fs'); variable 5 res.writeHead(404, {}).end(fs.readFileSync('404.html'));
|
/unit/test/node/write_callback/ |
H A D | app.js | 2 var fs = require('fs'); variable 9 fs.appendFile('callback', '', function() {});
|
/unit/test/node/promise_end/ |
H A D | app.js | 2 var fs = require('fs'); variable 12 fs.appendFile('callback', '', function() {});
|
/unit/test/node/promise_handler/ |
H A D | app.js | 2 var fs = require('fs'); variable 13 fs.appendFile(data.toString(), '', function() {});
|
/unit/src/perl/ |
H A D | nxt_perl_psgi_layer.c | 280 nxt_perl_psgi_layer_stream_t *fs; in nxt_perl_psgi_layer_stream_dup() local 285 fs = PerlIOSelf(f, nxt_perl_psgi_layer_stream_t); in nxt_perl_psgi_layer_stream_dup() 286 fs->var = nxt_perl_psgi_layer_stream_arg(aTHX_ o, param, flags); in nxt_perl_psgi_layer_stream_dup()
|
/unit/pkg/rpm/ |
H A D | Makefile | 261 ln -fs `pwd`/$${so} rpmbuild/BUILD/unit-$(VERSION)/build-nodebug/$${soname} ; \ 272 ln -fs `pwd`/$${so} rpmbuild/BUILD/unit-$(VERSION)/build-debug/$${soname} ; \
|
/unit/pkg/deb/ |
H A D | Makefile | 272 ln -fs `pwd`/$${so} debuild/unit-$(VERSION)/debian/build-unit/build/$${soname} ; \ 283 ln -fs `pwd`/$${so} debuild/unit-$(VERSION)/debian/build-unit-debug/build/$${soname} ; \
|