Searched refs:NULL (Results 276 - 300 of 11995) sorted by relevance

<<11121314151617181920>>

/external/elfutils/libdw/
H A Ddwarf_begin_elf.c95 if (shdr == NULL)
120 if (scnname == NULL)
126 return NULL;
136 if (unlikely (result->sectiondata[cnt] != NULL))
141 Elf_Data *data = elf_getdata (scn, NULL);
142 if (data != NULL && data->d_size != 0)
163 if (likely (result != NULL)
164 && unlikely (result->sectiondata[IDX_debug_info] == NULL))
168 result = NULL;
178 Elf_Scn *scn = NULL;
[all...]
/external/openssl/crypto/ecdsa/
H A Decs_ossl.c77 NULL, /* init */
78 NULL, /* finish */
81 NULL /* app_data */
92 BN_CTX *ctx = NULL;
93 BIGNUM *k = NULL, *r = NULL, *order = NULL, *X = NULL;
94 EC_POINT *tmp_point=NULL;
98 if (eckey == NULL || (grou
[all...]
/external/dropbear/
H A Dcompat.c209 if (curshell == NULL)
212 if (ret != NULL)
219 if (shells != NULL)
221 shells = NULL;
222 if (strings != NULL)
224 strings = NULL;
225 curshell = NULL;
234 const char *okshells[] = { "/bin/sh", "/bin/csh", NULL };
240 if (shells != NULL)
242 shells = NULL;
[all...]
/external/openssl/crypto/asn1/
H A Dx_attrib.c101 X509_ATTRIBUTE *ret=NULL;
102 ASN1_TYPE *val=NULL;
104 if ((ret=X509_ATTRIBUTE_new()) == NULL)
105 return(NULL);
108 if ((ret->value.set=sk_ASN1_TYPE_new_null()) == NULL) goto err;
109 if ((val=ASN1_TYPE_new()) == NULL) goto err;
115 if (ret != NULL) X509_ATTRIBUTE_free(ret);
116 if (val != NULL) ASN1_TYPE_free(val);
117 return(NULL);
H A Dd2i_pu.c80 if ((a == NULL) || (*a == NULL))
82 if ((ret=EVP_PKEY_new()) == NULL)
85 return(NULL);
100 if ((ret->pkey.rsa=d2i_RSAPublicKey(NULL,
101 (const unsigned char **)pp,length)) == NULL) /* TMP UGLY CAST */
133 if (a != NULL) (*a)=ret;
136 if ((ret != NULL) && ((a == NULL) || (*a != ret))) EVP_PKEY_free(ret);
137 return(NULL);
[all...]
/external/mesa3d/src/glsl/
H A Dir_reader.cpp79 if (expr == NULL) {
80 ir_read_error(state, NULL, "couldn't parse S-Expression.");
90 read_instructions(state, instructions, expr, NULL);
105 if (state->current_function != NULL)
116 if (expr != NULL) {
128 if (list != NULL) {
130 if (type_sym == NULL) {
132 return NULL;
137 return NULL;
143 if (base_type == NULL) {
[all...]
/external/libxml2/
H A Dxmlschemas.c292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
317 ((node != NULL) && (node->ns != NULL) && \
321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
423 /* For chameleon includes, @origTargetNamespace will be NULL */
1228 return (NULL);
1252 return (NULL);
2851 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL); local
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
[all...]
H A Dxlink.c51 static xlinkHandlerPtr xlinkDefaultHandler = NULL;
52 static xlinkNodeDetectFunc xlinkDefaultDetect = NULL;
83 * Returns the current function or NULL;
124 xmlChar *type = NULL, *role = NULL;
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
133 } else if ((node->ns != NULL) &&
150 if (type != NULL) {
[all...]
/external/elfutils/tests/
H A Ddwfl-addr-sect.c47 if (scn == NULL)
55 dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
70 Dwfl *dwfl = NULL;
72 assert (dwfl != NULL);
[all...]
/external/icu4c/i18n/
H A Dnfrlist.h40 : fStuff(capacity ? (NFRule**)uprv_malloc(capacity * sizeof(NFRule*)) : NULL)
51 NFRule* operator[](uint32_t index) const { return fStuff != NULL ? fStuff[index] : NULL; }
53 if (fStuff == NULL) {
54 return NULL;
68 if (fStuff != NULL) {
76 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; }
78 add(NULL); // ensure null termination
80 fStuff = NULL;
[all...]
/external/openssl/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL;
69 if (ctx == NULL || directory == NULL)
76 if (*ctx == NULL)
79 if (*ctx == NULL)
87 if ((*ctx)->dir == NULL)
91 *ctx = NULL;
98 if (direntry == NULL)
110 if (ctx != NULL && *ctx != NULL)
[all...]
/external/openssl/crypto/buffer/
H A Dbuf_str.c65 if (str == NULL) return(NULL);
73 if (str == NULL) return(NULL);
76 if (ret == NULL)
79 return(NULL);
89 if (data == NULL) return(NULL);
92 if (ret == NULL)
95 return(NULL);
[all...]
/external/openssl/crypto/evp/
H A De_rc4.c90 NULL,
92 NULL,
93 NULL,
94 NULL,
95 NULL
105 NULL,
107 NULL,
108 NULL,
109 NULL,
110 NULL
[all...]
/external/openssl/crypto/x509/
H A Dx509spki.c65 if ((x == NULL) || (x->spkac == NULL)) return(0);
71 if ((x == NULL) || (x->spkac == NULL))
72 return(NULL);
87 return NULL;
94 return NULL;
97 spki = d2i_NETSCAPE_SPKI(NULL, &p, spki_len);
109 der_len = i2d_NETSCAPE_SPKI(spki, NULL);
114 return NULL;
[all...]
/external/skia/src/gpu/mesa/
H A DSkMesaGLContext.cpp15 if (NULL != (OSMesaContext)fOldContext) {
23 if (NULL != (OSMesaContext)fOldContext) {
32 : fContext(NULL)
33 , fImage(NULL) {
57 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, NULL);
59 fContext = (Context)OSMesaCreateContext(OSMESA_BGRA, NULL);
64 return NULL;
72 return NULL;
83 return NULL;
90 return NULL;
[all...]
/external/srec/portable/src/
H A DPFileSystemImpl.c25 #define MTAG NULL
32 PHashTable* PFileSystemPathMap = NULL;
37 PFile* PSTDIN = NULL;
41 PFile* PSTDOUT = NULL;
45 PFile* PSTDERR = NULL;
68 CHKLOG(rc, PHashTableCreate(NULL, MTAG, &PFileSystemPathMap));
86 if (PFileSystemPathMap != NULL)
89 while (entry != NULL)
91 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL));
98 PFileSystemPathMap = NULL;
[all...]
/external/valgrind/main/memcheck/tests/
H A Dleak-cases.c70 p1 = mk(NULL); // Case 1: 16/1 still reachable
72 p2 = mk(mk(NULL)); // Case 2: 16/1 still reachable
74 (void)mk(NULL); // Case 3: 16/1 definitely lost
76 (void)mk(mk(NULL)); // Case 4: 16/1 indirectly lost (counted again below!)
78 p5 = mk(NULL); // Case 5: 16/1 possibly lost (ok)
81 p6 = mk(mk(NULL)); // Case 6: 16/1 still reachable
84 p7 = mk(mk(NULL)); // Case 7: 16/1 possibly lost
87 p8 = mk(mk(NULL)); // Case 8: 16/1 possibly lost
91 p9 = mk(mk(NULL)); // Case 9: 16/1 indirectly lost (counted again below!)
93 p9 = NULL;
[all...]
/external/openssl/crypto/ec/
H A Dec_key.c76 if (ret == NULL)
79 return(NULL);
84 ret->group = NULL;
85 ret->pub_key = NULL;
86 ret->priv_key= NULL;
90 ret->method_data = NULL;
97 if (ret == NULL)
98 return NULL;
100 if (ret->group == NULL)
103 return NULL;
[all...]
/external/icu4c/common/
H A Dudatamem.c43 return NULL;
46 if (This == NULL) {
60 if(pdh==NULL || (pdh->dataHeader.magic1==0xda && pdh->dataHeader.magic2==0x27)) {
91 if(pData!=NULL) {
103 if(pData!=NULL && pData->pHeader!=NULL) {
106 return NULL;
132 if(pData!=NULL && pData->pHeader!=NULL && pData->length>=0) {
150 if(pData!=NULL
[all...]
/external/openssl/crypto/dsa/
H A Ddsa_key.c95 BN_CTX *ctx=NULL;
96 BIGNUM *pub_key=NULL,*priv_key=NULL;
98 if ((ctx=BN_CTX_new()) == NULL) goto err;
100 if (dsa->priv_key == NULL)
102 if ((priv_key=BN_new()) == NULL) goto err;
111 if (dsa->pub_key == NULL)
113 if ((pub_key=BN_new()) == NULL) goto err;
139 if ((pub_key != NULL) && (dsa->pub_key == NULL)) BN_fre
[all...]
/external/openssl/crypto/rand/
H A Drand_lcl.h134 #define MD_Final(a,b) EVP_DigestFinal_ex(a,b,NULL)
138 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_md5(), NULL)
139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
143 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_sha1(), NULL)
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
148 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_mdc2(), NULL)
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_nfc.c28 if (oob_nfc_dev == NULL) {
31 return NULL;
35 return NULL;
38 if (data == NULL) {
41 return NULL;
56 if (raw_data == NULL)
57 return NULL;
61 if (wifi == NULL) {
64 return NULL;
69 if (buf == NULL)
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_nfc.c28 if (oob_nfc_dev == NULL) {
31 return NULL;
35 return NULL;
38 if (data == NULL) {
41 return NULL;
56 if (raw_data == NULL)
57 return NULL;
61 if (wifi == NULL) {
64 return NULL;
69 if (buf == NULL)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_nfc.c28 if (oob_nfc_dev == NULL) {
31 return NULL;
35 return NULL;
38 if (data == NULL) {
41 return NULL;
56 if (raw_data == NULL)
57 return NULL;
61 if (wifi == NULL) {
64 return NULL;
69 if (buf == NULL)
[all...]
/external/openssl/crypto/srp/
H A Dsrp_vfy.c184 if (user_pwd == NULL)
196 if (ret == NULL)
197 return NULL;
198 ret->N = NULL;
199 ret->g = NULL;
200 ret->s = NULL;
201 ret->v = NULL;
202 ret->id = NULL ;
203 ret->info = NULL;
217 if (id != NULL
[all...]

Completed in 634 milliseconds

<<11121314151617181920>>