HomeSort by relevance Sort by last modified time
    Searched defs:typ (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_fre.c 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
tasn_new.c 327 ASN1_TYPE *typ; local
357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
358 if (!typ)
360 typ->value.ptr = NULL;
361 typ->type = -1;
362 *pval = (ASN1_VALUE *)typ;
tasn_enc.c 597 ASN1_TYPE *typ; local
598 typ = (ASN1_TYPE *)*pval;
599 utype = typ->type;
601 pval = &typ->value.asn1_value;
asn1_gen.c 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
469 if (!typ)
471 if (!sk_ASN1_TYPE_push(sk, typ))
tasn_dec.c 924 ASN1_TYPE *typ = NULL; local
937 typ = ASN1_TYPE_new();
938 if (typ == NULL)
940 *pval = (ASN1_VALUE *)typ;
943 typ = (ASN1_TYPE *)*pval;
945 if (utype != typ->type)
946 ASN1_TYPE_set(typ, utype, NULL);
948 pval = &typ->value.asn1_value;
1068 if (typ && (utype == V_ASN1_NULL))
1069 typ->value.ptr = NULL
    [all...]
  /external/openssl/crypto/asn1/
tasn_fre.c 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
tasn_new.c 327 ASN1_TYPE *typ; local
357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
358 if (!typ)
360 typ->value.ptr = NULL;
361 typ->type = -1;
362 *pval = (ASN1_VALUE *)typ;
tasn_enc.c 597 ASN1_TYPE *typ; local
598 typ = (ASN1_TYPE *)*pval;
599 utype = typ->type;
601 pval = &typ->value.asn1_value;
asn1_gen.c 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
469 if (!typ)
471 if (!sk_ASN1_TYPE_push(sk, typ))
tasn_dec.c 924 ASN1_TYPE *typ = NULL; local
937 typ = ASN1_TYPE_new();
938 if (typ == NULL)
940 *pval = (ASN1_VALUE *)typ;
943 typ = (ASN1_TYPE *)*pval;
945 if (utype != typ->type)
946 ASN1_TYPE_set(typ, utype, NULL);
948 pval = &typ->value.asn1_value;
1068 if (typ && (utype == V_ASN1_NULL))
1069 typ->value.ptr = NULL
    [all...]
  /external/qemu/audio/
dsound_template.h 188 const char *typ = "ADC"; local
193 const char *typ = "DAC"; local
232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n");
238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
252 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
coreaudio.c 138 const char *typ,
145 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
294 const char* typ = input ? "input" : "playback"; local
322 coreaudio_logerr2 (status, typ,
323 "Could not get default %s device\n", typ);
327 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ);
341 coreaudio_logerr2 (status, typ,
369 coreaudio_logerr2 (status, typ,
385 coreaudio_logerr2 (status, typ,
401 coreaudio_logerr2 (status, typ,
    [all...]
ossaudio.c 105 const char *typ,
112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
244 static int oss_get_version (int fd, int *version, const char *typ)
261 oss_logerr2 (errno, typ, "Failed to get OSS version\n");
277 const char *typ = in ? "ADC" : "DAC"; local
284 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname);
293 oss_logerr2 (errno, typ, "Failed to set sample size %d\n", req->fmt);
298 oss_logerr2 (errno, typ, "Failed to set number of channels %d\n",
304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq);
309 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n")
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c 312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
  /external/openssl/apps/
asn1pars.c 312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
  /external/srec/srec/include/
duk_args.h 79 int typ; member in struct:__anon28280
87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=1, (A)->def=(Z))
88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=(N), (A)->def=(Z))
93 unsigned long *valueLen, int typ);
94 int get_string_argument(arg_info *avlist, int avc, char *key, char *value, int valueLen, int *bytes_required, int typ);
utteranc.h 94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member in struct:__anon28353
233 char typ, int endian, int do_skip);
235 char typ, int endian);
sample.h 114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member in struct:__anon28311
130 char typ; /* -Undefined as yet- */ member in struct:__anon28312
  /bionic/libc/netbsd/nameser/
ns_print.c 510 u_int typ, algorithm, labels, footprint; local
519 typ = ns_get16(rdata); rdata += NS_INT16SZ;
524 p_type((int)typ), algorithm, labels, t));
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_conf.c 310 ASN1_TYPE *typ; local
312 typ = ASN1_generate_v3(value, ctx);
313 if (typ == NULL)
315 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
316 ASN1_TYPE_free(typ);
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 98 ReportType typ; member in class:__tsan::ReportDesc
tsan_rtl_report.cc 135 ScopedReport::ScopedReport(ReportType typ) {
140 rep_->typ = typ;
424 EventType typ = (EventType)(ev >> 61); local
426 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc);
427 if (typ == EventTypeMop) {
429 } else if (typ == EventTypeFuncEnter) {
431 } else if (typ == EventTypeFuncExit) {
436 if (typ == EventTypeLock)
655 ReportType typ = ReportTypeRace; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_conf.c 310 ASN1_TYPE *typ; local
312 typ = ASN1_generate_v3(value, ctx);
313 if (typ == NULL)
315 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
316 ASN1_TYPE_free(typ);
  /external/tcpdump/
print-domain.c 360 register u_short typ, len; local
374 typ = EXTRACT_16BITS(cp);
383 if (class != C_IN && typ != T_OPT)
393 if (typ == T_OPT)
403 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
407 switch (typ) {
  /external/mdnsresponder/Clients/
dns-sd.c 1035 char buffer[TypeBufferSize], *typ, *dom; local
    [all...]

Completed in 1820 milliseconds

1 2