Searched defs:opttype (Results 1 – 2 of 2) sorted by relevance
| /third_party/lwip/src/api/ |
| D | sockets.c | 170 #define LWIP_SOCKOPT_CHECK_OPTLEN(sock, optlen, opttype) do { if ((optlen) < sizeof(opttype)) { don… argument 171 #define LWIP_SOCKOPT_CHECK_OPTLEN_CONN(sock, optlen, opttype) do { \ argument 174 #define LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB(sock, optlen, opttype) do { \ argument 177 #define LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, opttype, netconntype) do { \ argument
|
| /third_party/ffmpeg/libavutil/ |
| D | opt.c | 592 #define OPT_EVAL_NUMBER(name, opttype, vartype) \ argument
|