/external/chromium_org/third_party/libsrtp/srtp/include/ |
getopt_s.h | 49 * getopt_s(), optarg_s, and optind_s are small, locally defined 56 extern char *optarg_s; /* defined in getopt.c */
|
/external/srtp/include/ |
getopt_s.h | 49 * getopt_s(), optarg_s, and optind_s are small, locally defined 56 extern char *optarg_s; /* defined in getopt.c */
|
/external/chromium_org/third_party/libsrtp/srtp/test/ |
getopt_s.c | 49 char *optarg_s; variable 97 optarg_s = argv[optind_s];
|
dtls_srtp_driver.c | 88 err = crypto_kernel_set_debug_module(optarg_s, 1); 90 printf("error: set debug module (%s) failed\n", optarg_s);
|
rtpw.c | 196 input_key = optarg_s; 211 status = crypto_kernel_set_debug_module(optarg_s, 1); 213 printf("error: set debug module (%s) failed\n", optarg_s);
|
srtp_driver.c | 203 status = crypto_kernel_set_debug_module(optarg_s, 1); 205 printf("error: set debug module (%s) failed\n", optarg_s); [all...] |
/external/srtp/test/ |
getopt_s.c | 49 char *optarg_s; variable 97 optarg_s = argv[optind_s];
|
dtls_srtp_driver.c | 88 err = crypto_kernel_set_debug_module(optarg_s, 1); 90 printf("error: set debug module (%s) failed\n", optarg_s);
|
rtpw.c | 176 input_key = optarg_s; 191 status = crypto_kernel_set_debug_module(optarg_s, 1); 193 printf("error: set debug module (%s) failed\n", optarg_s);
|
srtp_driver.c | 197 status = crypto_kernel_set_debug_module(optarg_s, 1); 199 printf("error: set debug module (%s) failed\n", optarg_s); [all...] |