Searched refs:NULL (Results 151 - 175 of 11995) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.c93 * Returns: Pointer to the cipher data or %NULL if not found
101 return NULL;
111 return NULL;
121 if (suite == NULL)
163 if (cert == NULL) {
184 if (*pk == NULL) {
197 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
198 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
199 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
200 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL,
[all...]
/external/chromium/android/autofill/
H A Dprofile_android.h141 virtual Profile* GetOffTheRecordProfile() { NOTREACHED(); return NULL; }
144 virtual ChromeAppCacheService* GetAppCacheService() { NOTREACHED(); return NULL; }
145 virtual webkit_database::DatabaseTracker* GetDatabaseTracker() { NOTREACHED(); return NULL; }
146 virtual history::TopSites* GetTopSites() { NOTREACHED(); return NULL; }
147 virtual VisitedLinkMaster* GetVisitedLinkMaster() { NOTREACHED(); return NULL; }
148 virtual UserScriptMaster* GetUserScriptMaster() { NOTREACHED(); return NULL; }
149 virtual SSLHostState* GetSSLHostState() { NOTREACHED(); return NULL; }
150 virtual net::TransportSecurityState* GetTransportSecurityState() { NOTREACHED(); return NULL; }
151 virtual ExtensionsService* GetExtensionsService() { NOTREACHED(); return NULL; }
152 virtual ExtensionDevToolsManager* GetExtensionDevToolsManager() { NOTREACHED(); return NULL; }
[all...]
/external/libxslt/libxslt/
H A Dattributes.c106 * Returns the newly allocated xsltAttrElemPtr or NULL in case of error
113 if (cur == NULL) {
116 return(NULL);
144 while (list != NULL) {
169 if (attr == NULL)
171 if (list == NULL)
174 while (cur != NULL) {
178 if (cur->next == NULL) {
204 while (old != NULL) {
205 if ((old->attr == NULL)
[all...]
H A Dtemplates.c77 if (res != NULL) {
112 * Returns the computed string value or NULL, must be deallocated by the
118 xmlChar *ret = NULL;
138 if (res != NULL) {
143 res->stringval = NULL;
145 xsltTransformError(ctxt, NULL, NULL,
172 * Returns the computed string value or NULL, must be deallocated by the
177 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL));
190 * Returns the computed string value or NULL; i
[all...]
/external/chromium/chrome/browser/ui/panels/
H A Dpanel_browser_view.cc10 return NULL;
H A Dpanel_browser_window_gtk.cc10 return NULL;
/external/clang/test/Sema/
H A Dassign-null.c9 hook = NULL;
/external/dropbear/libtomcrypt/src/hashes/helper/
H A Dhash_file.c32 LTC_ARGCHK(fname != NULL);
33 LTC_ARGCHK(out != NULL);
34 LTC_ARGCHK(outlen != NULL);
41 if (in == NULL) {
/external/e2fsprogs/contrib/python-uuid/
H A Duuid.c9 if (!PyArg_ParseTuple(args, "")) return NULL;
17 {NULL, NULL, 0, NULL}
/external/elfutils/libdw/
H A Ddwarf_filesrc.c62 if (file == NULL || idx >= file->nfiles)
63 return NULL;
65 if (mtime != NULL)
68 if (length != NULL)
H A Ddwarf_getarangeinfo.c62 if (arange == NULL)
65 if (addrp != NULL)
67 if (lengthp != NULL)
69 if (offsetp != NULL)
/external/freetype/src/autofit/
H A Dafdummy.c48 NULL,
52 (AF_Script_InitMetricsFunc) NULL,
53 (AF_Script_ScaleMetricsFunc)NULL,
54 (AF_Script_DoneMetricsFunc) NULL,
/external/ipsec-tools/src/racoon/
H A Dvmbuf.c58 if ((var = (vchar_t *)racoon_malloc(sizeof(*var))) == NULL)
59 return NULL;
63 var->v = NULL;
66 if (var->v == NULL) {
68 return NULL;
82 if (ptr != NULL) {
88 if ((v = (caddr_t)racoon_realloc(ptr->v, size)) == NULL) {
90 return NULL;
98 if ((ptr = vmalloc(size)) == NULL)
99 return NULL;
[all...]
/external/openssl/crypto/bn/
H A Dbn_blind.c139 BN_BLINDING *ret=NULL;
143 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
146 return(NULL);
149 if (A != NULL)
151 if ((ret->A = BN_dup(A)) == NULL) goto err;
153 if (Ai != NULL)
155 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
159 if ((ret->mod = BN_dup(mod)) == NULL) goto err;
170 if (ret != NULL) BN_BLINDING_free(ret);
171 return(NULL);
[all...]
/external/openssl/crypto/dh/
H A Ddh_depr.c71 DH *ret=NULL;
73 if((ret=DH_new()) == NULL)
74 return NULL;
81 return NULL;
/external/openssl/crypto/evp/
H A Devp_acnf.c72 OPENSSL_config(NULL);
/external/oprofile/libutil/
H A Dop_get_time.c18 time_t t = time(NULL);
/external/skia/src/animator/
H A DSkDrawClip.cpp28 SkDrawClip::SkDrawClip() : rect(NULL), path(NULL) {
32 if (rect != NULL)
35 SkASSERT(path != NULL);
/external/valgrind/main/helgrind/tests/
H A Dhg05_race2.c27 pthread_create(&a, NULL, th, &foo);
29 pthread_create(&b, NULL, th, &foo);
31 pthread_join(a, NULL);
32 pthread_join(b, NULL);
/external/valgrind/unittest/
H A Dtest_utils.cc34 return NULL;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_none.c30 config = wpa_config_alloc_empty(NULL, NULL);
31 if (config == NULL)
32 return NULL;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c24 config = wpa_config_alloc_empty(NULL, NULL);
25 if (config == NULL)
26 return NULL;
/external/dropbear/libtomcrypt/src/math/
H A Dltm_desc.c48 LTC_ARGCHK(a != NULL);
51 if (*a == NULL) {
63 LTC_ARGCHKVD(a != NULL);
70 LTC_ARGCHK(a != NULL);
71 LTC_ARGCHK(b != NULL);
77 LTC_ARGCHK(a != NULL);
78 LTC_ARGCHK(b != NULL);
93 LTC_ARGCHK(a != NULL);
99 LTC_ARGCHK(a != NULL);
106 LTC_ARGCHK(a != NULL);
[all...]
/external/libxml2/
H A Dpattern.c19 * currently push(NULL, NULL) means a reset of the streaming context
84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
90 const xmlChar *name; /* first string value if NULL accept all */
197 * Returns the newly allocated xmlPatternPtr or NULL in case of error
204 if (cur == NULL) {
205 ERROR(NULL, NULL, NULL,
207 return(NULL);
[all...]
H A Dc14n.c118 (((ctx)->is_visible_callback != NULL) ? \
140 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_C14N,
141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
142 NULL, NULL, 0, 0,
155 __xmlRaiseError(NULL, NUL
[all...]

Completed in 781 milliseconds

1234567891011>>