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

  /external/webkit/Tools/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/openssl/apps/
s_time.c 115 static SSL *doConnection( SSL *scon );
340 SSL *scon=NULL; local
411 if( (scon = doConnection( NULL )) == NULL )
417 SSL_write(scon,buf,strlen(buf));
418 while ((i=SSL_read(scon,buf,sizeof(buf))) > 0)
423 SSL_set_shutdown(scon,SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
425 SSL_shutdown(scon);
427 SHUTDOWN2(SSL_get_fd(scon));
430 if (SSL_session_reused(scon))
434 ver=SSL_version(scon);
    [all...]
  /system/core/init/
init.c 166 char *scon = NULL; local
223 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
254 setsockcreatecon(scon);
269 freecon(scon);
270 scon = NULL;
354 freecon(scon);

Completed in 852 milliseconds