Searched refs:valid (Results 101 - 125 of 716) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-skey.c79 if (authctxt->valid &&
H A Dauth1.c244 authctxt->valid ? "" : "invalid user ", authctxt->user);
311 if (!authctxt->valid && authenticated)
403 /* Verify that the user is a valid user. */
405 authctxt->valid = 1;
416 setproctitle("%s%s", authctxt->valid ? user : "unknown",
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSVGGlyph.cpp134 bool valid = true; local
139 valid = isVerticalText;
142 valid = !isVerticalText;
148 if (!valid)
/macosx-10.10/apache-793/httpd/modules/ssl/
H A DNWGNUmakefile35 $(error '$(NTLSSDK)' does NOT point to a valid NTLS SDK!)
43 $(error '$(OSSLSDK)' does NOT point to a valid OpenSSL SDK!)
/macosx-10.10/apache-793/httpd/support/
H A DNWGNUab24 $(warning '$(NTLSSDK)' does NOT point to a valid NTLS SDK!)
32 $(warning '$(OSSLSDK)' does NOT point to a valid OpenSSL SDK!)
/macosx-10.10/libxml2-26/libxml2/
H A Dhash.c61 int valid; member in struct:_xmlHashEntry
265 if (oldtable[i].valid == 0)
284 if (table->table[key].valid == 0) {
333 if (iter->valid == 0)
552 if (table->table[key].valid == 0) {
603 entry->valid = 1;
668 if (table->table[key].valid == 0) {
733 entry->valid = 1;
765 if (table->table[key].valid == 0)
812 if (table->table[key].valid
[all...]
H A Dcheck-xml-test-suite.py233 valid = ctxt.isValid()
238 if valid == 1:
269 valid = ctxt.isValid()
274 if valid != 1:
279 if error_nr != 0 or valid != 1:
280 print "%s: warning: valid document reported an error" % (id)
281 log.write("%s: warning: valid document reported an error\n" % (id))
315 elif type == "valid":
H A Ddict.c98 int valid; member in struct:_xmlDictEntry
672 if (olddict[i].valid == 0)
681 if (dict->dict[key].valid == 0) {
694 entry->valid = 1;
723 if (dict->dict[key].valid == 0) {
726 dict->dict[key].valid = 1;
792 if (iter->valid == 0)
850 if (dict->dict[key].valid == 0) {
892 if (dict->subdict->dict[key].valid != 0) {
936 entry->valid
[all...]
H A DSAX2.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
115 ctxt->valid = 0;
151 ctxt->valid = 0;
754 int tmp = ctxt->valid;
757 ctxt->valid = tmp;
761 ctxt->vctxt.valid = 1;
778 if (ctxt->vctxt.valid == 0)
779 ctxt->valid = 0;
782 ctxt->valid
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDInst.h45 /// valid - Returns true if the result has been obtained by executing the
47 bool valid() { return Valid; } function in struct:llvm::CachedResult
49 /// valid() is false
51 /// setResult - Sets the result of the function and declares it valid
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c45 int valid; member in struct:_xmlHashEntry
233 if (oldtable[i].valid == 0)
252 if (table->table[key].valid == 0) {
301 if (iter->valid == 0)
520 if (table->table[key].valid == 0) {
571 entry->valid = 1;
636 if (table->table[key].valid == 0) {
701 entry->valid = 1;
733 if (table->table[key].valid == 0)
780 if (table->table[key].valid
[all...]
H A Dcheck-xml-test-suite.py233 valid = ctxt.isValid()
238 if valid == 1:
269 valid = ctxt.isValid()
274 if valid != 1:
279 if error_nr != 0 or valid != 1:
280 print "%s: warning: valid document reported an error" % (id)
281 log.write("%s: warning: valid document reported an error\n" % (id))
315 elif type == "valid":
H A Ddict.c75 int valid; member in struct:_xmlDictEntry
570 if (olddict[i].valid == 0)
579 if (dict->dict[key].valid == 0) {
592 entry->valid = 1;
621 if (dict->dict[key].valid == 0) {
624 dict->dict[key].valid = 1;
690 if (iter->valid == 0)
741 if (dict->dict[key].valid == 0) {
783 if (dict->subdict->dict[key].valid != 0) {
827 entry->valid
[all...]
H A DSAX2.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
98 ctxt->valid = 0;
134 ctxt->valid = 0;
724 int tmp = ctxt->valid;
727 ctxt->valid = tmp;
731 ctxt->vctxt.valid = 1;
748 if (ctxt->vctxt.valid == 0)
749 ctxt->valid = 0;
752 ctxt->valid
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dtraverse.tcl71 # determines if the current path is a valid result, and returned
72 # by 'next'. The default is to accept all paths as valid. The
158 # We (still) have valid paths in the result stack, return the
169 # fill the result stack with all valid files and sub-
242 # * Stack of valid paths waiting to be returned as results.
276 set code [catch {uplevel \#0 [linsert $options(-filter) end $path]} valid]
277 if {!$code} {return $valid}
278 Error $path $valid
285 set code [catch {uplevel \#0 [linsert $options(-prefilter) end $path]} valid]
286 if {!$code} {return $valid}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dddest.tcl28 method valid {mv} {}
65 method valid {mv} {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto.c71 * - ensure that the crypto context is *not* already valid (don't recreate already valid context).
112 if (crypto_ctx->valid) {
120 crypto_ctx->valid = 1;
144 * - ensure that the crypto context *is* already valid (don't release invalid context).
204 * - ensure that the crypto context is already valid (don't add crypto material to invalid context).
234 if (!crypto_ctx->valid) {
267 crypto_keys->valid = 1;
290 * - ensure that the crypto context is already valid (don't add crypto material to invalid context).
320 if (!crypto_ctx->valid) {
[all...]
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLTexture.cpp218 return info->valid;
226 m_info[index][level].valid = false;
309 if (!info.valid
354 if (!info0.valid
366 if (!info.valid
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DInterferenceCache.cpp41 if (!Entries[E].valid(LIUArray, TRI))
45 // No valid entry exists, pick the next round-robin entry.
94 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
140 if (!I.valid())
191 if (!I.valid() || I.start() >= Stop)
194 bool Backup = !I.valid() || I.start() >= Stop;
H A DLiveDebugVariables.cpp207 if (!I.valid() || I.start() != Idx)
308 /// @param Idx Last valid SLotIndex before instruction.
357 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I) {
396 for (LocMap::iterator I = locInts.begin(); I.valid(); ++I) {
512 if (I.valid() && I.start() <= Start) {
522 if (I.valid() && I.start() < Stop)
579 if (!I.valid() || I.value() != LocNo)
605 if (I.valid() && I.start() <= Idx)
628 for (LocMap::const_iterator I = locInts.begin(); I.valid(); ++I)
667 for (LocMap::iterator I = locInts.begin(); I.valid();)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwrite.c24 * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
57 /* The rest of these check to see if the valid field has the appropriate
61 if (info_ptr->valid & PNG_INFO_gAMA)
73 if (info_ptr->valid & PNG_INFO_sRGB)
77 if (info_ptr->valid & PNG_INFO_iCCP)
82 if (info_ptr->valid & PNG_INFO_sBIT)
86 if (info_ptr->valid & PNG_INFO_cHRM)
148 if (info_ptr->valid & PNG_INFO_PLTE)
155 if (info_ptr->valid & PNG_INFO_tRNS)
172 if (info_ptr->valid
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D12_Tree_Simple_exceptions_test.t293 } qr/^Insufficient Arguments \: You must supply a valid Visitor object/, '... this should die';
298 } qr/^Insufficient Arguments \: You must supply a valid Visitor object/, '... this should die';
303 } qr/^Insufficient Arguments \: You must supply a valid Visitor object/, '... this should die';
308 } qr/^Insufficient Arguments \: You must supply a valid Visitor object/, '... this should die';
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderRegion.h69 void setIsValid(bool valid) { m_isValid = valid; } argument
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_owner.c80 if (!(finfo.valid & APR_FINFO_USER)) {
144 if (!(finfo.valid & APR_FINFO_GROUP)) {
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Ddir.c88 finfo->valid = 0;
109 finfo->valid = APR_FINFO_NAME | APR_FINFO_MTIME | APR_FINFO_ATIME |

Completed in 479 milliseconds

1234567891011>>