Home
last modified time | relevance | path

Searched refs:tmpid (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_include.c143 char tmpid[32]; in compound_merge() local
187 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
188 err = snd_config_set_id(n, tmpid); in compound_merge()
201 snprintf(tmpid, sizeof(tmpid), "_tmp_%d", idx++); in compound_merge()
202 err = snd_config_set_id(n, tmpid); in compound_merge()
229 snprintf(tmpid, sizeof(tmpid), "%d", idx++); in compound_merge()
230 err = snd_config_set_id(n, tmpid); in compound_merge()
/third_party/openssl/crypto/ocsp/
Docsp_vfy.c269 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
282 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
284 if (OCSP_id_issuer_cmp(cid, tmpid)) { in ocsp_check_ids()
286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
356 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
359 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
360 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Docsp_vfy.c269 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids() local
282 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_check_ids()
284 if (OCSP_id_issuer_cmp(cid, tmpid)) { in ocsp_check_ids()
286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
356 OCSP_CERTID *tmpid; in ocsp_match_issuerid() local
359 tmpid = sk_OCSP_SINGLERESP_value(sresp, i)->certId; in ocsp_match_issuerid()
360 ret = ocsp_match_issuerid(cert, tmpid, NULL); in ocsp_match_issuerid()
/third_party/alsa-lib/src/pcm/
Dpcm_dmix.c70 int tmpid, err; in shm_sum_create_or_connect() local
82 if ((tmpid = shmget(dmix->ipc_key + 1, 0, dmix->ipc_perm)) != -1) in shm_sum_create_or_connect()
83 if (!shmctl(tmpid, IPC_STAT, &buf)) in shm_sum_create_or_connect()
86 if (!shmctl(tmpid, IPC_RMID, NULL)) in shm_sum_create_or_connect()
Dpcm_direct.c100 int tmpid, err, first_instance = 0; in snd_pcm_direct_shm_create_or_connect() local
115 if ((tmpid = shmget(dmix->ipc_key, 0, dmix->ipc_perm)) != -1) in snd_pcm_direct_shm_create_or_connect()
116 if (!shmctl(tmpid, IPC_STAT, &buf)) in snd_pcm_direct_shm_create_or_connect()
119 if (!shmctl(tmpid, IPC_RMID, NULL)) in snd_pcm_direct_shm_create_or_connect()
/third_party/alsa-utils/alsactl/
Dstate.c1492 char name[32], tmpid[16]; in set_controls() local
1515 sprintf(tmpid, "card%d", card); in set_controls()
1516 err = snd_config_searchv(top, &control, "state", tmpid, "control", 0); in set_controls()
1518 id = tmpid; in set_controls()
1524 id = tmpid; in set_controls()