HomeSort by relevance Sort by last modified time
    Searched full:scon (Results 1 - 5 of 5) sorted by null

  /external/openssl/apps/
s_time.c 163 static SSL *doConnection( SSL *scon );
443 SSL *scon=NULL; local
514 if( (scon = doConnection( NULL )) == NULL )
520 SSL_write(scon,buf,strlen(buf));
521 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
526 SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
528 SSL_shutdown(scon);
530 SHUTDOWN2(SSL_get_fd(scon));
533 if (SSL_session_reused(scon))
537 ver=SSL_version(scon);
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 199 sect2 : sect2 scon initforrule flexrule '\n'
201 | sect2 scon '{' sect2 '}'
310 scon : '<' scon_stk_ptr namelist2 '>' label
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 317 "sect2 : sect2 scon initforrule flexrule '\\n'",
318 "sect2 : sect2 scon '{' sect2 '}'",
326 "scon : '<' scon_stk_ptr namelist2 '>'",
327 "scon : '<' '*' '>'",
328 "scon :",
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
CmdInterfaceCodes.h     [all...]
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h     [all...]

Completed in 43 milliseconds