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

1234567

/macosx-10.9.5/postfix-252/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.9.5/ruby-104/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.9.5/WebCore-7537.78.1/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.cpp186 if (!opened())
H A DSQLTransaction.cpp253 if (!m_executeSqlAllowed || !m_database->opened()) {
272 if (m_database->opened() && !m_database->isInterrupted()) {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/ODBC/
H A DACCESS.pm47 my $opened = 0;
66 $opened = 1;
70 return ($opened, $exception);
104 my ($opened, $exception) = $self->_open_ado_connection($conn, $user, $pass);
106 if ((not $opened) && (not $have_pass)) {
110 ($opened, $exception) = $self->_open_ado_connection($conn, $user, $pass);
112 if ($opened) {
119 ($opened, $exception) = $self->_open_ado_connection($conn, $user, $pass);
121 if ($opened) {
130 ($opened,
[all...]
/macosx-10.9.5/CPANInternal-140/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.9.5/ruby-104/ruby/lib/webrick/
H A Dlog.rb55 @opened = true
66 @log.close if @opened
/macosx-10.9.5/CPANInternal-140/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.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestSequence.tcl5 {Open as many images you like, press cancel when you have opened\
/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DUnix.pm301 If this file exists, it is opened and we look for a line starting like
306 If this file exists, it is opened and we look for a line starting like
312 If this file exists, it is opened and we look for a line starting like
/macosx-10.9.5/emacs-92/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.9.5/cctools-845/ar/
H A Darchive.c107 goto opened;
120 * Attempt to place a lock on the opened file - if we get an
124 opened:
136 goto opened;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DFormDataStreamCFNet.cpp242 bool opened = openNextStream(form); local
244 *openComplete = opened;
245 error->error = opened ? 0 :
251 return opened;
/macosx-10.9.5/CPANInternal-140/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.9.5/vim-53/runtime/indent/
H A Dmatlab.vim56 " If the previous line opened a block
/macosx-10.9.5/tcl-102/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.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm104 =item opened
107 Is the scalar handle opened on something?
111 sub opened { subroutine
627 for suggesting C<opened()>.
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecDb.h54 SecDbRef SecDbCreate(CFStringRef dbName, bool (^opened)(SecDbConnectionRef dbconn, bool did_create, CFErrorRef *error));

Completed in 186 milliseconds

1234567