Searched refs:requestor (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D02where.t20 requestor => 'inna',
25 stmt => " WHERE ( requestor = ? AND status != ? AND ( ( worker = ? ) OR"
84 order => \'ticket, requestor',
88 stmt => "WHERE ( ( completion_date BETWEEN ? AND ? ) AND status = ? ) ORDER BY ticket, requestor",
111 requestor => \'is not null',
114 stmt => " WHERE ( ( ( priority > ? ) OR ( priority < ? ) ) AND requestor is not null ) ORDER BY priority",
120 requestor => { '!=', ['-and', undef, ''] },
122 stmt => " WHERE ( requestor IS NOT NULL AND requestor != ? )",
129 requestor
[all...]
H A D01generate.t121 args => ['test', {requestor => undef}],
122 stmt => 'DELETE FROM test WHERE ( requestor IS NULL )',
123 stmt_q => 'DELETE FROM `test` WHERE ( `requestor` IS NULL )',
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRFullIdentity.c59 SecOTRFullIdentityRef requestor = (SecOTRFullIdentityRef)cf; local
61 requestor,
62 requestor->publicIDHash[0], requestor->publicIDHash[1],
63 requestor->publicIDHash[2], requestor->publicIDHash[3],
64 requestor->publicIDHash[4], requestor->publicIDHash[5],
65 requestor->publicIDHash[6], requestor
69 SecOTRFullIdentityRef requestor = (SecOTRFullIdentityRef)cf; local
[all...]
H A DSecOTRPublicIdentity.c54 SecOTRPublicIdentityRef requestor = (SecOTRPublicIdentityRef)cf; local
56 requestor,
57 requestor->hash[0], requestor->hash[1],
58 requestor->hash[2], requestor->hash[3],
59 requestor->hash[4], requestor->hash[5],
60 requestor->hash[6], requestor
64 SecOTRPublicIdentityRef requestor = (SecOTRPublicIdentityRef)cf; local
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/
H A D01.sql.t39 my $fields = [ qw( requestor worker colC colH ) ];
40 my $where = { requestor => 'inna',
50 my $base_sql = 'requestor, worker, colC, colH FROM TheTable WHERE ( requestor = ? AND status != ? AND ( ( worker = ? ) OR ( worker = ? ) OR ( worker = ? ) ) )';
121 . "(SELECT COUNT(*) FROM TheTable WHERE requestor > X.requestor)"
122 . " BETWEEN $offset AND $last ORDER BY requestor DESC", \@expected_bind,
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D01.sql.t39 my $fields = [ qw( requestor worker colC colH ) ];
40 my $where = { requestor => 'inna',
50 my $base_sql = 'requestor, worker, colC, colH FROM TheTable WHERE ( requestor = ? AND status != ? AND ( ( worker = ? ) OR ( worker = ? ) OR ( worker = ? ) ) )';
121 . "(SELECT COUNT(*) FROM TheTable WHERE requestor > X.requestor)"
122 . " BETWEEN $offset AND $last ORDER BY requestor DESC", \@expected_bind,
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.c771 bool SOSCircleResetToOffering(SOSCircleRef circle, SecKeyRef user_privkey, SOSFullPeerInfoRef requestor, CFErrorRef *error){
774 && SOSCircleRequestAdmission(circle, user_privkey, requestor, error)
775 && SOSCircleAcceptRequest(circle, user_privkey, requestor, SOSFullPeerInfoGetPeerInfo(requestor), error);
788 static bool SOSCircleRecordAdmission(SOSCircleRef circle, SecKeyRef user_pubkey, SOSFullPeerInfoRef requestor, CFErrorRef *error) {
791 bool isPeer = SOSCircleHasPeer(circle, SOSFullPeerInfoGetPeerInfo(requestor), error);
795 CFIndex total = CFArrayRemoveAllWithMatchingID(circle->applicants, SOSFullPeerInfoGetPeerInfo(requestor));
800 total = CFArrayRemoveAllWithMatchingID(circle->rejected_applicants, SOSFullPeerInfoGetPeerInfo(requestor));
807 CFArrayAppendValue(circle->applicants, SOSFullPeerInfoGetPeerInfo(requestor));
816 bool SOSCircleRequestReadmission(SOSCircleRef circle, SecKeyRef user_pubkey, SOSFullPeerInfoRef requestor, CFErrorRe
[all...]
H A DSOSCircle.h90 bool SOSCircleResetToOffering(SOSCircleRef circle, SecKeyRef user_privkey, SOSFullPeerInfoRef requestor, CFErrorRef *error);
92 bool SOSCircleRequestAdmission(SOSCircleRef circle, SecKeyRef user_privkey, SOSFullPeerInfoRef requestor, CFErrorRef *error);
93 bool SOSCircleRequestReadmission(SOSCircleRef circle, SecKeyRef user_pubkey, SOSFullPeerInfoRef requestor, CFErrorRef *error);
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixSelect.c64 * from the selection requestor. */
146 * window as the requestor.
225 * requestor deletes the property containing a part of the selection.
574 eventPtr->xselection.requestor, retrPtr->property,
784 * Properties are created for the selection requestor, and a
785 * SelectionNotify event is generated for the selection requestor. In the
801 XSelectionEvent reply; /* Used to notify requestor that selection
826 reply.requestor = eventPtr->requestor;
870 result = XGetWindowProperty(eventPtr->display, eventPtr->requestor,
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixSelect.c67 * requestor. */
151 * in progress. Use an internal window as the requestor.
231 * retrieval protocol when the selection requestor deletes
583 eventPtr->xselection.requestor, retrPtr->property,
792 * Properties are created for the selection requestor, and a
794 * requestor. In the event of long selections, this procedure
809 XSelectionEvent reply; /* Used to notify requestor that
834 reply.requestor = eventPtr->requestor;
878 eventPtr->requestor, eventPt
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.h60 const ImageLoader* requestor, bool runResolver) const;
124 virtual uintptr_t exportedSymbolAddress(const LinkContext& context, const Symbol* symbol, const ImageLoader* requestor, bool runResolver) const = 0;
194 uintptr_t getSymbolAddress(const Symbol* sym, const ImageLoader* requestor,
H A DImageLoaderMachOClassic.h77 virtual uintptr_t exportedSymbolAddress(const LinkContext& context, const Symbol* symbol, const ImageLoader* requestor, bool runResolver) const;
H A DImageLoaderMachOCompressed.h79 virtual uintptr_t exportedSymbolAddress(const LinkContext& context, const Symbol* symbol, const ImageLoader* requestor, bool runResolver) const;
H A DImageLoaderMachO.cpp1235 const ImageLoader* requestor, bool runResolver) const
1237 return this->getSymbolAddress(sym, requestor, context, runResolver);
1240 uintptr_t ImageLoaderMachO::getSymbolAddress(const Symbol* sym, const ImageLoader* requestor, argument
1243 uintptr_t result = exportedSymbolAddress(context, sym, requestor, runResolver);
1247 if ( (result == it->replacee) && (requestor != it->replacementImage) ) {
1234 getExportedSymbolAddress(const Symbol* sym, const LinkContext& context, const ImageLoader* requestor, bool runResolver) const argument
H A DImageLoader.h398 const ImageLoader* requestor=NULL, bool runResolver=false) const = 0;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmach++.cpp264 Bootstrap Bootstrap::subset(Port requestor) argument
267 check(::bootstrap_subset(mPort, requestor, &sub));
H A Dmach++.h184 Bootstrap subset(Port requestor);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmach++.cpp264 Bootstrap Bootstrap::subset(Port requestor) argument
267 check(::bootstrap_subset(mPort, requestor, &sub));
H A Dmach++.h184 Bootstrap subset(Port requestor);
/macosx-10.9.5/postfix-252/postfix/src/postmulti/
H A Dpostmulti.c622 char *requestor; local
640 requestor = concatenate(instance_path, ", ", param_name, (char *) 0);
642 (void) htable_enter(claim_table, param_value, requestor);
643 } else if (strcmp(owner, requestor) == 0) {
644 myfree(requestor);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.h923 Window requestor;
932 (((struct selection_input_event *) (eventp))->requestor)
917 Window requestor; member in struct:selection_input_event
H A Dxselect.c570 /* Send a SelectionNotify event to the requestor with property=None,
581 reply.requestor = SELECTION_EVENT_REQUESTOR (event);
591 XSendEvent (reply.display, reply.requestor, False, 0L, (XEvent *) &reply);
714 reply.requestor = window;
1339 Window window = event->requestor;
2124 if (event->requestor != reading_selection_window)
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c178 char *requestor; /* The name given on a -R request */ variable
524 requestor);
640 requestor = strdup(optarg);
660 /* Make sure "requestor" value is safe for a syslog message. */
661 for (p = requestor; *p != '\0'; p++) {
734 " [ [-R requestor] filename ... ]\n");
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXlib.h843 Window requestor; member in struct:__anon13714
855 Window requestor; member in struct:__anon13715
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXlib.h852 Window requestor; member in struct:__anon13893
864 Window requestor; member in struct:__anon13894

Completed in 235 milliseconds

12