Lines Matching refs:code
13 * 1. Redistributions of source code must retain the above copyright notice,
59 to prevent this code from redefining it. */
64 to prevent this code from redefining it. */
109 to prevent this code from redefining it. */
471 #define FDSETSAFESET(n, code) do { \
473 code; }} while(0)
474 #define FDSETSAFEGET(n, code) (((n) - LWIP_SOCKET_OFFSET < MEMP_NUM_NETCONN) && (((int)(n) - LWIP_SOCKET_OFFSET) >= 0) ?\
475 (code) : 0)
533 /* This helps code parsers/code completion by not having the COMPAT functions as defines */