Searched refs:opened (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.10/postfix-255/postfix/src/global/
H A Dopened.h6 /* opened 3h
8 /* log that a message was opened
10 /* #include <opened.h>
22 extern void PRINTFLIKE(5, 6) opened(const char *, const char *, long, int,
H A Dopened.c3 /* opened 3
5 /* log that a message was opened
7 /* #include <opened.h>
9 /* void opened(queue_id, sender, size, nrcpt, format, ...)
16 /* opened() logs that a message was successfully delivered.
60 #include "opened.h"
62 /* opened - log that a message was opened */
64 void opened(const char *queue_id, const char *sender, long size, int nrcpt, function
74 /* vopened - log that a message was opened */
[all...]
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_syslog.rb32 Syslog.close if Syslog.opened?
75 Syslog.close if Syslog.opened?
79 assert_equal(false, Syslog.opened?)
82 assert_equal(true, Syslog.opened?)
85 assert_equal(false, Syslog.opened?)
88 assert_equal(true, Syslog.opened?)
91 assert_equal(false, Syslog.opened?)
115 Syslog.close if Syslog.opened?
174 assert_equal(format('<#%s: opened=true, ident="%s", options=%d, facility=%d, mask=%d>',
183 assert_equal(format('<#%s: opened
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseBackendSync.cpp51 if (opened())
H A DSQLTransactionBackendSync.cpp79 if (!m_database->opened()) {
133 if (!m_database->opened()) {
178 if (!m_database->opened() || (m_callback && !m_callback->handleEvent(SQLTransactionSync::from(this)))) {
192 if (!m_database->opened()) {
H A DDatabaseBackendBase.h57 bool opened() const { return m_opened; } function in class:WebCore::DatabaseBackendBase
H A DDatabaseSync.cpp165 if (!opened())
H A DSQLTransaction.cpp253 if (!m_executeSqlAllowed || !m_database->opened()) {
272 if (m_database->opened() && !m_database->isInterrupted()) {
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DWrapTie.pm107 qw(open opened close read clearerr eof seek tell setpos getpos);
H A DScalar.pm68 sub opened { subroutine
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dlog.rb55 @opened = true
66 @log.close if @opened
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dcompatibility.t57 $client->opened || print "not ";
H A Dcore.t245 if ($client && $client->opened) {
332 print "not " unless ($client->opened);
340 print "not " if ($client->opened);
347 print "not " if (!$client->opened);
368 print "not " unless ($client && $client->opened);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestSequence.tcl5 {Open as many images you like, press cancel when you have opened\
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Ddumper.c68 assert(!emitter->opened); /* Emitter should not be opened yet. */
76 emitter->opened = 1;
92 assert(emitter->opened); /* Emitter should be opened. */
122 if (!emitter->opened) {
132 assert(emitter->opened); /* Emitter should be opened. */
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-srvr.el81 (defvar gnus-inserted-opened-servers nil)
180 (defface gnus-server-opened
187 (put 'gnus-server-opened-face 'face-alias 'gnus-server-opened)
223 (defcustom gnus-server-opened-face 'gnus-server-opened
250 '("(\\(opened\\))" 1 gnus-server-opened-face)
288 (elem (assoc method gnus-opened-servers))
295 (if (or (gnus-server-opened metho
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DFormDataStreamCFNet.cpp229 bool opened = openNextStream(form); local
231 *openComplete = opened;
232 error->error = opened ? 0 :
238 return opened;
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm213 The filename to be opened for writing.
217 The mode the file should be opened with. Valid options are 'write',
/macosx-10.10/vim-55/runtime/indent/
H A Dmatlab.vim56 " If the previous line opened a block
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dcollatevfs.tcl32 When an individual file is opened for reading, each of the directories specified is searched in
33 order for the file; the first file found with the appropriate name is opened. When a subdirectory listing is
37 When an individual file is opened for writing, each of the directories specified is searched in
38 order for the file; the first file found with the appropriate name is opened. If the file doesn't exist,
43 Auto-generates one or more file caches; a copy of any file opened for reading or writing in any of the above
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.h87 SecDbRef SecDbCreate(CFStringRef dbName, bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error));
H A DSecDb.c81 bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error);
176 bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error))
189 db->opened = opened;
265 if (!dbconn->isCorrupted && dbconn->db->opened) {
268 ok = dbconn->db->opened(dbconn, didCreate, &localError);
271 secerror("opened block failed: %@", localError);
277 secerror("opened block failed: error is released and lost");
692 // Invoke our callers opened callback, since we just created a new database
693 if (ok && dbconn->db->opened)
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.h87 SecDbRef SecDbCreate(CFStringRef dbName, bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error));
H A DSecDb.c81 bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error);
176 bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error))
189 db->opened = opened;
265 if (!dbconn->isCorrupted && dbconn->db->opened) {
268 ok = dbconn->db->opened(dbconn, didCreate, &localError);
271 secerror("opened block failed: %@", localError);
277 secerror("opened block failed: error is released and lost");
692 // Invoke our callers opened callback, since we just created a new database
693 if (ok && dbconn->db->opened)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/compat/
H A Dcopyfile.test86 } 0 {1 {wasn't opened for reading}}
96 } 0 {1 {wasn't opened for writing}}

Completed in 297 milliseconds

123456