HomeSort by relevance Sort by last modified time
    Searched defs:sid (Results 226 - 250 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 94 int32_t sid; member in struct:drm_vmw_surface_arg
262 uint32_t sid; member in struct:drm_vmw_present_arg
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 593 sslSessionID * sid; local
604 PORT_Assert(ss->sec.ci.sid != 0);
605 sid = ss->sec.ci.sid;
610 sendLen = 1 + sizeof(sid->u.ssl2.sessionID);
618 PORT_Memcpy(msg+1, sid->u.ssl2.sessionID,
619 sizeof(sid->u.ssl2.sessionID));
627 (*ss->sec.uncache)(sid);
630 if (sid->cached == never_cached) {
631 (*ss->sec.cache)(sid);
1551 sslSessionID * sid; local
2014 sslSessionID * sid; local
2166 sslSessionID *sid = ss->sec.ci.sid; local
2738 sslSessionID * sid; local
2965 sslSessionID *sid; local
3304 sslSessionID *sid; local
    [all...]
sslsnce.c 441 /* Copy hash into sid hash */
450 ** Convert local SID to shared memory one
598 /* the portions of the SID that are only restored on the client
712 SSL_TRC(7, ("%d: timed out sid entry addr=%08x%08x%08x%08x now=%x "
740 /* This is the primary function for finding entries in the server's sid cache.
750 sslSessionID * sid = 0; local
782 /* The cert doesen't match the SID cache entry,
783 ** so invalidate the SID cache entry.
792 ** Don't invalidate the SID cache entry, but don't find it.
809 /* The name doesen't match the SID cache entry,
    [all...]
ssl3con.c 73 static void ssl3_CopyPeerCertsFromSID(sslSocket *ss, sslSessionID *sid);
4992 sslSessionID * sid; local
5492 sslSessionID *sid = ss->sec.ci.sid; local
6298 sslSessionID * sid = ss->sec.ci.sid; local
6355 sslSessionID *sid = ss->sec.ci.sid; local
7853 sslSessionID *sid; local
7995 sslSessionID * sid = NULL; local
8803 sslSessionID * sid = NULL; local
9002 sslSessionID *sid; local
11107 sslSessionID * sid = ss->sec.ci.sid; local
12743 sslSessionID * sid = ss->sec.ci.sid; local
    [all...]
sslimpl.h 200 typedef void (*sslSessionIDCacheFunc) (sslSessionID *sid);
201 typedef void (*sslSessionIDUncacheFunc)(sslSessionID *sid);
203 unsigned char* sid,
624 * sid is in any cache.
632 * be modified only when the sid is not in any cache.
668 /* values that are copied into the server's on-disk SID cache. */
729 /* This lock is lazily initialized by CacheSID when a sid is first
731 * the sid isn't being shared by anything.
736 * because they change while the sid is cached.
742 * (after the sid has been added to the client session cache)
1115 sslSessionID *sid; \/* ssl 2 & 3 *\/ member in struct:sslConnectInfoStr
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 266 uint32* sid) {
269 "Could not generate an SCTP SID: too many SCTP streams.";
275 *sid = candidate;
283 uint32 sid; local
284 if (!GenerateSctpSid(params_vec, &sid)) {
285 LOG(LS_WARNING) << "Could not generated an SCTP SID.";
288 sids->push_back(sid);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 2976 unsigned spi_baryc_cntl, sid, tmp, idx = 0; local
    [all...]
r600_state.c 2468 unsigned tmp, sid, ufi = 0; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 124 sem_id sid; member in struct:_MDSemaphore
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 4224 uint16_t sid; local
    [all...]
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 179 * @sid: Surface id of created surface or surface to destroy or reference.
187 int32_t sid; member in struct:drm_vmw_surface_arg
227 * Puts a reference on a host surface with a give sid, as previously
732 * @sid: Surface id to present from.
745 uint32_t sid; member in struct:drm_vmw_present_arg
  /external/libsepol/src/
services.c 957 ERR(NULL, "unrecognized SID %d", oldsid);
963 ERR(NULL, "unrecognized SID %d", newsid);
969 ERR(NULL, "unrecognized SID %d", tasksid);
997 ERR(NULL, "unrecognized SID %d", ssid);
1003 ERR(NULL, "unrecognized SID %d", tsid);
1033 ERR(NULL, "unrecognized SID %d", ssid);
1039 ERR(NULL, "unrecognized SID %d", tsid);
1139 * the context associated with `sid' into a dynamically
1144 int hidden sepol_sid_to_context(sepol_security_id_t sid,
1151 context = sepol_sidtab_search(sidtab, sid);
1917 sepol_security_id_t *mysids, *mysids2, sid; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 2976 unsigned spi_baryc_cntl, sid, tmp, idx = 0; local
    [all...]
r600_state.c 2468 unsigned tmp, sid, ufi = 0; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 423 int sid = ((data[1] & 0xFF) << 8) | (data[0] & 0xFF); local
425 sidBuf.append(sid).append(',');
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 502 int sid = loc.getSystemId(); local
509 + "SID = "
510 + ((sid == -1) ? "unknown" : Integer.toHexString(sid))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 285 SID *sid; member in union:FWP_VALUE0_::__anon50345
324 SID *sid; member in union:FWP_CONDITION_VALUE0_::__anon50346
fwpmtypes.h 62 SID *sid; member in struct:FWPM_SESSION0_
229 SID *userId;
471 SID *userId;
ntddndis.h 1709 ULONG sid; member in struct:_WW_CDPD_CIRCUIT_SWITCHED
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 309 char *name; /* name of initial SID, fs, netif, fstype, path */
339 sepol_security_id_t sid[2]; /* SID(s) */ member in struct:ocontext
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1231 int sid = mSS.getSystemId(); local
1916 String[] sid = sidStr.split(","); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 1085 uint32 sid; member in struct:SVGA3dSurfaceImageId
1159 uint32 sid; member in struct:__anon18617
1182 uint32 sid; member in struct:__anon18618
1207 uint32 sid; member in struct:__anon18619
1298 uint32 sid; member in struct:__anon18627
1747 uint32 sid; member in struct:__anon18666
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1085 uint32 sid; member in struct:SVGA3dSurfaceImageId
1159 uint32 sid; member in struct:__anon32014
1182 uint32 sid; member in struct:__anon32015
1207 uint32 sid; member in struct:__anon32016
1298 uint32 sid; member in struct:__anon32024
1747 uint32 sid; member in struct:__anon32063
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 3325 int sid = 0; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 3485 milliseconds

1 2 3 4 5 6 7 8 91011