Home
last modified time | relevance | path

Searched refs:op_mode (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/engines/
De_afalg.h54 } op_mode; typedef
71 op_mode mode;
/third_party/lwip/src/api/
Dsockets.c3926 int op_mode = 0; in lwip_fcntl() local
3949 op_mode |= O_RDONLY; in lwip_fcntl()
3952 op_mode |= O_WRONLY; in lwip_fcntl()
3962 op_mode |= O_RDWR; in lwip_fcntl()
3966 ret |= (op_mode == (O_RDONLY | O_WRONLY)) ? O_RDWR : op_mode; in lwip_fcntl()