Home
last modified time | relevance | path

Searched defs:write_headers (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_response.py56 async def write_headers(status_line, headers): function
468 async def write_headers(status_line, headers): function
487 async def write_headers(status_line, headers): function
503 async def write_headers(status_line, headers): function
519 async def write_headers(status_line, headers): function
535 async def write_headers(status_line, headers): function
550 async def write_headers(status_line, headers): function
568 async def write_headers(status_line, headers): function
H A Dtest_web_exceptions.py28 async def write_headers(status_line, headers): function
/dports/devel/monotone/monotone-1.1/src/
H A Dautomate_ostream.hh90 void write_headers(std::vector<std::pair<std::string,std::string> > const & headers) in write_headers() function in basic_automate_streambuf
139 virtual void write_headers(std::vector<std::pair<std::string,std::string> > const & headers) in write_headers() function
H A Dautomate_ostream_demuxed.hh74 void write_headers(std::vector<std::pair<std::string,std::string> > const & headers) in write_headers() function in basic_automate_streambuf_demuxed
141 virtual void write_headers(std::vector<std::pair<std::string,std::string> > const & headers) in write_headers() function
/dports/emulators/vice/vice-3.5/src/lib/libx264/output/
H A Doutput.h41 int (*write_headers)( hnd_t handle, x264_nal_t *p_nal ); member
H A Draw.c44 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
H A Dmatroska.c108 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Doutput.h41 int (*write_headers)( hnd_t handle, x264_nal_t *p_nal ); member
H A Draw.c44 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Doutput.h41 int (*write_headers)( hnd_t handle, x264_nal_t *p_nal ); member
H A Draw.c44 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/output/
H A Doutput.h41 int (*write_headers)( hnd_t handle, x264_nal_t *p_nal ); member
H A Draw.c44 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
H A Dmatroska.c108 static int write_headers( hnd_t handle, x264_nal_t *p_nal ) in write_headers() function
/dports/cad/horizon-eda/horizon-2.1.0/src/export_bom/
H A Dexport_bom.cpp23 bool write_headers = true; in export_BOM() local
/dports/cad/horizon-eda/horizon-2.1.0/src/export_pnp/
H A Dexport_pnp.cpp14 bool write_headers = true; in export_PnP() local
/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/
H A Ducicorpus.py81 def write_headers(self): member in UciWriter
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dhttp_writer.py113 async def write_headers( member in StreamWriter
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dhttp_writer.py113 async def write_headers( member in StreamWriter
/dports/astro/siril/siril/src/io/avi_pipp/
H A Dpipp_avi_write.cpp233 void c_pipp_avi_write::write_headers() in write_headers() function in c_pipp_avi_write
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dhttp_writer.py113 async def write_headers( member in StreamWriter
/dports/net/p5-Net-SPDY/Net-SPDY-0.1_5/lib/Net/SPDY/
H A DFramer.pm558 sub write_headers subroutine
/dports/net/py-h11/h11-0.12.0/h11/
H A D_writers.py17 def write_headers(headers, write): function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cbindgen-0.9.1/src/bindgen/
H A Dbindings.rs88 pub fn write_headers<F: Write>(&self, out: &mut SourceWriter<F>) { in write_headers() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/net/rusoto/src/aws_transcriber/packet/
H A Dmod.rs59 fn write_headers<W: Write>(w: &mut W, headers: &[Header]) -> Result<(), io::Error> { in write_headers() function

12345678