Searched refs:NULL (Results 376 - 400 of 11995) sorted by relevance

<<11121314151617181920>>

/external/libxslt/libxslt/
H A Dvariables.c62 * Returns the result value tree or NULL in case of API or internal errors.
73 if (ctxt == NULL)
74 return(NULL);
83 container->next = NULL;
84 container->prev = NULL;
93 container = xmlNewDoc(NULL);
94 if (container == NULL)
95 return(NULL);
100 container->parent = NULL;
122 if ((ctxt == NULL) || (RV
[all...]
H A Dpattern.c120 xsltTransformContextPtr ctxt; /* the transformation or NULL */
140 * Returns the newly allocated xsltCompMatchPtr or NULL in case of error
147 if (cur == NULL) {
148 xsltTransformError(NULL, NULL, NULL,
150 return(NULL);
157 if (cur->steps == NULL) {
158 xsltTransformError(NULL, NULL, NUL
[all...]
/external/libxml2/
H A DparserInternals.c108 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
111 if (ctxt != NULL) {
117 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_PARSER,
118 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
119 NULL, NULL, 0, 0,
122 __xmlRaiseError(NULL, NUL
[all...]
/external/chromium/base/debug/
H A Dstack_trace.cc17 return NULL;
/external/chromium/base/memory/
H A Dscoped_native_library.cc9 ScopedNativeLibrary::ScopedNativeLibrary() : library_(NULL) {
17 library_ = base::LoadNativeLibrary(library_path, NULL);
28 return NULL;
40 library_ = NULL;
/external/chromium/chrome/browser/extensions/
H A Dextension_clipboard_api.cc24 TabContentsWrapper* contents = NULL;
26 NULL, NULL, &contents, NULL)) {
/external/chromium/chrome/browser/history/
H A Dhistory_publisher.cc19 NULL,
20 NULL,
37 NULL,
38 NULL,
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_types.cc10 snapshot(NULL) {
/external/chromium/chrome/browser/ui/touch/frame/
H A Dbrowser_non_client_frame_view_factory_touch.cc17 return NULL;
/external/chromium/crypto/
H A Dsymmetric_key_nss.cc24 return NULL;
26 ScopedPK11Slot slot(PK11_GetBestSlot(CKM_AES_KEY_GEN, NULL));
28 return NULL;
30 PK11SymKey* sym_key = PK11_KeyGen(slot.get(), CKM_AES_KEY_GEN, NULL,
31 key_size_in_bits / 8, NULL);
33 return NULL;
46 return NULL;
69 return NULL;
71 ScopedPK11Slot slot(PK11_GetBestSlot(SEC_OID_PKCS5_PBKDF2, NULL));
73 return NULL;
[all...]
/external/chromium/testing/gtest/samples/
H A Dsample2.h55 // The default c'tor constructs a NULL string.
56 MyString() : c_string_(NULL) {}
59 explicit MyString(const char* a_c_string) : c_string_(NULL) {
64 MyString(const MyString& string) : c_string_(NULL) {
78 return c_string_ == NULL ? 0 : strlen(c_string_);
/external/clang/lib/include/
H A Dstddef.h44 #undef NULL macro
47 # define NULL __null macro
49 # define NULL 0 macro
52 # define NULL ((void*)0) macro
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdlib.h20 #define NULL ((void *)0) macro
/external/compiler-rt/lib/tsan/output_tests/
H A Dsimple_stack2.cc34 return NULL;
39 pthread_create(&t, NULL, Thread1, NULL);
41 pthread_join(t, NULL);
/external/compiler-rt/test/Unit/
H A Dgcc_personality_test_helper.cxx23 static int* foo_x = NULL;
29 static int* bar_x = NULL;
38 if ( foo_x == NULL )
48 if ( bar_x == NULL )
/external/dbus/dbus/
H A Ddbus-transport-win.c62 _dbus_assert (method != NULL);
70 if (port == NULL)
72 _dbus_set_bad_address (error, "nonce-tcp", "port", NULL);
77 if (*transport_p == NULL)
/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_fsa.c19 /* format is ltc_mp, cipher_desc, [cipher_desc], NULL, hash_desc, [hash_desc], NULL, prng_desc, [prng_desc], NULL */
27 if (mp != NULL) {
31 while ((p = va_arg(args, void*)) != NULL) {
38 while ((p = va_arg(args, void*)) != NULL) {
45 while ((p = va_arg(args, void*)) != NULL) {
/external/dropbear/libtomcrypt/src/misc/
H A Dzeromem.c26 LTC_ARGCHKVD(out != NULL);
/external/dropbear/libtomcrypt/src/modes/lrw/
H A Dlrw_decrypt.c31 LTC_ARGCHK(pt != NULL);
32 LTC_ARGCHK(ct != NULL);
33 LTC_ARGCHK(lrw != NULL);
39 if (cipher_descriptor[lrw->cipher].accel_lrw_decrypt != NULL) {
H A Dlrw_encrypt.c31 LTC_ARGCHK(pt != NULL);
32 LTC_ARGCHK(ct != NULL);
33 LTC_ARGCHK(lrw != NULL);
39 if (cipher_descriptor[lrw->cipher].accel_lrw_encrypt != NULL) {
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_get_size.c33 LTC_ARGCHK(key != NULL);
/external/elfutils/libdw/
H A Ddwarf_lineaddr.c61 if (line == NULL)
H A Ddwarf_linebeginstatement.c61 if (line == NULL)
H A Ddwarf_lineblock.c61 if (line == NULL)
H A Ddwarf_linecol.c61 if (line == NULL)

Completed in 410 milliseconds

<<11121314151617181920>>