Home
last modified time | relevance | path

Searched refs:written (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/
DCOPYING14 * derived from this software without specific prior written permission.
DUPGRADING3 application written for an older version of lwIP to correctly work
/lib/liblwip/src/api/
Dsockets.c759 size_t written; in lwip_send() local
781 written = 0; in lwip_send()
782 err = netconn_write_partly(sock->conn, data, size, write_flags, &written); in lwip_send()
784 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d) err=%d written=%"SZT_F"\n", s, err, written)); in lwip_send()
786 return (err == ERR_OK ? (int)written : -1); in lwip_send()
/lib/liblwip/doc/
Dsavannah.txt6 2 - Committers/developers CVS access using SSH (to be written)
Drawapi.txt69 development is somewhat harder and application programs written for
/docs/
DDoxyfile67 # into which the generated documentation will be written. If a relative path is
104 # documentation generated by doxygen is written. Doxygen will use this
604 # output files written for symbols that only differ in casing, such as for two
902 # messages should be written. If left blank the output is written to standard
904 # warning and error messages are written to standard error. When as file - is
905 # specified the warning and error messages are written to standard output
1090 # Note that doxygen will use the data processed and written to standard output
1093 # written to standard output.
1505 # written to the html output directory.
1835 # script for searching. Instead the search results are written to an XML file
[all …]