Searched refs:query (Results 1 - 25 of 822) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dgoogle.pl16 my $query = shift || 'soap';
23 $key, $query, 0, 10, 'false', '', 'false', '', 'latin1', 'latin1');
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-30-keychain-upgrade.c75 CFDictionaryRef query = CFDictionaryCreateForCFTypes(0, kSecClass,kSecClassInternetPassword, NULL); local
77 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results);
78 CFReleaseNull(query);
112 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL);
113 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
114 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("members.spamcop.net"));
115 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
116 CFDictionaryAddValue(query, kSecAttrPort, eighty);
117 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
118 CFDictionaryAddValue(query, kSecAttrAuthenticationTyp
[all...]
H A Dsi-31-keychain-unreadable.c40 CFDictionaryRef query = CFDictionaryCreate(0, &kSecClass, &kSecClassInternetPassword, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
42 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound, "expected nothing got %@", results);
43 CFReleaseNull(query);
76 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL);
77 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
78 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("members.spamcop.net"));
79 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
80 CFDictionaryAddValue(query, kSecAttrPort, eighty);
81 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
82 CFDictionaryAddValue(query, kSecAttrAuthenticationTyp
[all...]
H A Dsi-00-find-nothing.c26 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values,
29 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound,
37 if (query) {
38 CFRelease(query);
39 query = NULL;
H A Dsi-11-update-data.c38 CFDictionaryRef query = CFDictionaryCreate(NULL, keys, values, local
40 ok_status(SecItemCopyMatching(query, &results), "find generic password");
51 ok_status(SecItemUpdate(query, changes), "update generic password");
54 is_status(SecItemUpdate(query, changes), errSecParam, "update NULL data");
60 is_status(SecItemUpdate(query, changes), errSecParam, "update string data");
62 ok_status(SecItemDelete(query), "delete generic password");
74 if (query) {
75 CFRelease(query);
76 query = NULL;
H A Dsi-80-empty-data.c24 CFDictionaryRef query = CFDictionaryCreateForCFTypes(NULL, local
32 ok_status(SecItemCopyMatching(query, &result), "query generic password");
41 CFRelease(query);
42 query = CFDictionaryCreateForCFTypes(NULL,
46 ok_status(SecItemDelete(query), "delete testing item");
48 CFRelease(query);
H A Dsi-33-keychain-backup.c56 CFDictionaryRef query; member in struct:test_persistent_s
104 p->query = CFDictionaryCreate(NULL, keys, values,
107 ok_status(SecItemCopyMatching(p->query, &results), "find internet password by attr");
126 ok_status(SecItemDelete(p->query), "delete internet password");
128 ok_status(!SecItemCopyMatching(p->query, &results),
214 ok_status(!SecItemCopyMatching(p->query, &results),
240 CFRelease(p->query);
249 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
250 CFDictionaryAddValue(query, kSecClass, kSecClassGenericPassword);
251 CFDictionaryAddValue(query, kSecAttrAccessGrou
256 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
265 CFMutableDictionaryRef query = test_create_lockdown_identity_query(); local
275 CFMutableDictionaryRef query = test_create_lockdown_identity_query(); local
281 CFMutableDictionaryRef query = test_create_lockdown_identity_query(); local
288 CFMutableDictionaryRef query = test_create_managedconfiguration_query(); local
298 CFMutableDictionaryRef query = test_create_managedconfiguration_query(); local
384 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/mac/
H A DSecItemShimLibrary.mm40 static OSStatus shimSecItemCopyMatching(CFDictionaryRef query, CFTypeRef* result)
42 return secItemShimCallbacks.secItemCopyMatching(query, result);
45 static OSStatus shimSecItemAdd(CFDictionaryRef query, CFTypeRef* result)
47 return secItemShimCallbacks.secItemAdd(query, result);
50 static OSStatus shimSecItemUpdate(CFDictionaryRef query, CFDictionaryRef attributesToUpdate)
52 return secItemShimCallbacks.secItemUpdate(query, attributesToUpdate);
55 static OSStatus shimSecItemDelete(CFDictionaryRef query)
57 return secItemShimCallbacks.secItemDelete(query);
H A DSecItemShimLibrary.h31 OSStatus (*secItemCopyMatching)(CFDictionaryRef query, CFTypeRef *result);
33 OSStatus (*secItemUpdate)(CFDictionaryRef query, CFDictionaryRef attributesToUpdate);
34 OSStatus (*secItemDelete)(CFDictionaryRef query);
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dsearch.c29 cgiCompileSearch(const char *query) /* I - Query string */ argument
36 const char *qptr, /* Pointer into query string */
41 char *lword; /* Last word in query */
44 DEBUG_printf(("cgiCompileSearch(query=\"%s\")\n", query));
50 if (!query)
62 * at 1024 bytes or 3 times the length of the query string, whichever
66 slen = strlen(query) * 3;
77 * Copy the query string to the regular expression, handling basic
82 qptr = query;
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A DQEQuery.c27 * The internal query engine object definition.
31 /* queryRoot: the outermost query element, always an OR group
35 /* queryStack, queryStackTop: a lifo stack of query elements representing
53 /* The last error to happen with this query.
77 * Internal query element keys for the basic operators and such.
80 * "Or" groups are always explicit, except for the query root. "And" groups are
82 * query engine promotes the element preceding the "and" into the new "and"
102 QEQueryRef query,
106 CF_RETURNS_RETAINED CFMutableDictionaryRef _QEQueryYankElement(QEQueryRef query);
107 Boolean _QEQueryStackTopIsAndGroup(QEQueryRef query);
214 QEQueryFree(QEQueryRef query) argument
230 QEQueryEmptyParseDictionaries(QEQueryRef query) argument
243 QEQuerySetOperators(QEQueryRef query, CFStringRef andPredicate, CFStringRef orPredicate, CFStringRef notPredicate, CFStringRef groupStartPredicate, CFStringRef groupEndPredicate) argument
267 QEQuerySetParseCallbackForPredicate( QEQueryRef query, CFStringRef predicate, QEQueryParseCallback parseCallback) argument
294 QEQuerySetEvaluationCallbackForPredicate( QEQueryRef query, CFStringRef predicate, QEQueryEvaluationCallback evaluationCallback) argument
321 QEQuerySetSynonymForPredicate( QEQueryRef query, CFStringRef synonym, CFStringRef predicate) argument
338 QEQueryIsComplete(QEQueryRef query) argument
353 QEQueryLastError(QEQueryRef query) argument
364 QEQuerySetShortCircuits( QEQueryRef query, Boolean flag) argument
375 QEQueryGetShortCircuits(QEQueryRef query) argument
384 _QEQueryElementEvaluate( QEQueryRef query, CFDictionaryRef element, void * object) argument
478 QEQueryEvaluate( QEQueryRef query, void * object) argument
497 QEQueryAppendElementFromArgs( QEQueryRef query, int argc, char * const argv[], uint32_t * num_used) argument
625 QEQueryCreateElement( QEQueryRef query, CFStringRef predicate, CFArrayRef arguments, Boolean negated) argument
670 QEQueryAppendElement( QEQueryRef query, CFMutableDictionaryRef element) argument
702 QEQueryAppendAndOperator(QEQueryRef query) argument
732 QEQueryAppendOrOperator(QEQueryRef query) argument
759 QEQueryStartGroup( QEQueryRef query, Boolean negated) argument
770 _QEQueryStartGroup( QEQueryRef query, Boolean andFlag, Boolean negated) argument
800 QEQueryEndGroup(QEQueryRef query) argument
1089 QEQueryPrint(QEQueryRef query) argument
1150 _QEQueryYankElement(QEQueryRef query) argument
1174 _QEQueryStackTopIsAndGroup(QEQueryRef query) argument
1188 _QEQueryStackTopIsOrGroup(QEQueryRef query) argument
1202 _QEQueryStackTopHasCount(QEQueryRef query, CFIndex count) argument
1218 _QEQueryPushGroup( QEQueryRef query, Boolean negated, Boolean andFlag) argument
1266 _QEQueryPopGroup(QEQueryRef query) argument
1290 _QEQueryPopGroupAndCoalesce( QEQueryRef query, Boolean onlyIfCanCoalesce) argument
1343 _QEQueryOperatorForToken( QEQueryRef query, CFStringRef token) argument
1353 _QEPredicateForString( QEQueryRef query, char * string) argument
1380 _QEQueryParseCallbackForPredicate( QEQueryRef query, CFStringRef predicate) argument
1404 _QEQueryEvaluationCallbackForPredicate( QEQueryRef query, CFStringRef predicate) argument
[all...]
H A DQEQuery.h55 * you want to handle, add elements to your query using one of the two methods
58 * QEQueryEvaluate() returns true if the query matches the object you provide,
61 * using that query engine instance if an error did occur.
73 * predicate, the query engine will just keep rolling along (and you might see a
83 * by the query engine as a whole; you should update this by the number of
87 * - A pointer to the query user data.
88 * - A pointer to the query's error code, which you should set to
110 * NOTE: If you get a reference to query element's predicate, and then set the
118 * You can forgo using parse callbacks if you want to build query elements
128 * result in an incorrectly-structures query (fo
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-04-corrupted-items.c62 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
63 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
64 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("corrupt.spamcop.net"));
65 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
66 CFDictionaryAddValue(query, kSecAttrPort, eighty);
67 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
68 CFDictionaryAddValue(query, kSecAttrAuthenticationType, kSecAttrAuthenticationTypeDefault);
69 CFDictionaryAddValue(query, kSecValueData, pwdata);
70 CFDictionaryAddValue(query, kSecReturnPersistentRef, kCFBooleanTrue);
71 ok_status(SecItemAdd(query,
[all...]
H A Dsecd-30-keychain-upgrade.c99 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
100 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
101 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("members.spamcop.net"));
102 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
103 CFDictionaryAddValue(query, kSecAttrPort, eighty);
104 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
105 CFDictionaryAddValue(query, kSecAttrAuthenticationType, kSecAttrAuthenticationTypeDefault);
106 CFDictionaryAddValue(query, kSecValueData, pwdata);
107 ok_status(SecItemAdd(query, NULL), "add internet password");
108 is_status(SecItemAdd(query, NUL
[all...]
H A Dsecd-31-keychain-unreadable.c69 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
70 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
71 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("members.spamcop.net"));
72 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
73 CFDictionaryAddValue(query, kSecAttrPort, eighty);
74 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
75 CFDictionaryAddValue(query, kSecAttrAuthenticationType, kSecAttrAuthenticationTypeDefault);
76 CFDictionaryAddValue(query, kSecValueData, pwdata);
77 ok_status(SecItemAdd(query, NULL), "add internet password");
78 is_status(SecItemAdd(query, NUL
[all...]
/macosx-10.10/libresolv-57/
H A Dres_debug.h23 # define DprintQ(cond, args, query, size) /*empty*/
28 # define DprintQ(cond, args, query, size) if (cond) {\
30 res_pquery(statp, query, size, stdout);\
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/regressions/
H A Dsi-33-keychain-backup.c58 CFMutableDictionaryRef query = CFDictionaryCreateMutable(NULL, 0, NULL, NULL); local
60 CFDictionaryAddValue(query, kSecClass, kSecClassInternetPassword);
61 CFDictionaryAddValue(query, kSecAttrServer, CFSTR("members.spamcop.net"));
62 CFDictionaryAddValue(query, kSecAttrAccount, CFSTR("smith"));
63 CFDictionaryAddValue(query, kSecAttrPort, eighty);
64 CFDictionaryAddValue(query, kSecAttrProtocol, kSecAttrProtocolHTTP);
65 CFDictionaryAddValue(query, kSecAttrAuthenticationType, kSecAttrAuthenticationTypeDefault);
66 CFDictionaryAddValue(query, kSecValueData, pwdata);
67 CFDictionaryAddValue(query, kSecAttrSynchronizable, kCFBooleanTrue);
73 SecItemDelete(query);
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_query.in62 ${hxtool} query \
68 ${hxtool} query \
74 ${hxtool} query \
79 ${hxtool} query \
84 ${hxtool} query \
89 ${hxtool} query \
95 ${hxtool} query \
101 ${hxtool} query \
108 ${hxtool} query \
115 ${hxtool} query \
[all...]
/macosx-10.10/lsof-53/lsof/scripts/
H A Didentd.perl516 # -t TIMEOUT Number of seconds to wait for a query before aborting.
47 # read ident-query from socket (STDIN) with a timeout.
52 $query = <STDIN>;
61 # remove all white-spaces from query
62 $query =~ s/\s//g;
66 ($serv_port,$cli_port) = split(/,/,$query);
70 print $query." : ERROR : INVALID-PORT"."\n";
74 print $query." : ERROR : INVALID-PORT"."\n";
80 print $query." : ERROR : INVALID-PORT"."\n";
84 print $query
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Cookies/soup/
H A DWebKitSoupCookieJarSqlite.cpp95 SQLiteStatement query(priv->database, "SELECT id, name, value, host, path, expiry, lastAccessed, isSecure, isHttpOnly FROM moz_cookies;");
96 if (query.prepare() != SQLResultOk) {
97 g_warning("Failed to prepare all cookies query");
105 while ((result = query.step()) == SQLResultRow) {
106 int expireTime = query.getColumnInt(ColumnExpiry);
110 SoupCookie* cookie = soup_cookie_new(query.getColumnText(ColumnName).utf8().data(), query.getColumnText(ColumnValue).utf8().data(),
111 query.getColumnText(ColumnHost).utf8().data(), query.getColumnText(ColumnPath).utf8().data(),
113 if (query
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DAppleX509CLSession.cpp41 /* free leftover contents of cache and query maps */
48 CLQuery *query = queryMap.removeFirstEntry(); local
49 while(query != NULL) {
50 secdebug("clDetach", "CL detach: deleting a cached query\n");
51 delete query;
52 query = queryMap.removeFirstEntry();
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dkeychain_util.h29 extern bool keychain_query_parse_cstring(CFMutableDictionaryRef q, const char *query);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DQueryListener.java26 /** Called when a record query has been completed. Inspect flags
27 parameter to determine nature of query event.<P>
29 @param query
30 The active query object.
38 The interface on which the query was resolved. (The index for a given
56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryMatcher.cpp36 MediaQueryMatcher::Listener::Listener(PassRefPtr<MediaQueryListListener> listener, PassRefPtr<MediaQueryList> query) argument
38 , m_query(query)
102 PassRefPtr<MediaQueryList> MediaQueryMatcher::matchMedia(const String& query) argument
107 RefPtr<MediaQuerySet> media = MediaQuerySet::create(query);
115 void MediaQueryMatcher::addListener(PassRefPtr<MediaQueryListListener> listener, PassRefPtr<MediaQueryList> query) argument
121 if (*m_listeners[i]->listener() == *listener && m_listeners[i]->query() == query)
125 m_listeners.append(std::make_unique<Listener>(listener, query));
128 void MediaQueryMatcher::removeListener(MediaQueryListListener* listener, MediaQueryList* query) argument
134 if (*m_listeners[i]->listener() == *listener && m_listeners[i]->query()
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDatabaseContentView.css38 .storage-view.query {
45 .database-query-prompt {
57 .database-user-query::before, .database-query-prompt::before, .database-query-result::before {
70 .database-query-prompt::before {
74 .database-user-query {
81 .database-user-query::before {
85 .database-query-text {
90 .database-query
[all...]

Completed in 374 milliseconds

1234567891011>>