Searched refs:query (Results 51 - 75 of 912) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dgtoken.tcl45 set query [http::formatQuery Email $username Passwd $password \
47 set tok [http::geturl $URLa -query $query -timeout 30000]
53 set query [http::formatQuery SID $g(SID) LSID $g(LSID) \
55 set tok2 [http::geturl $URLb -query $query -timeout 30000]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dhelp.c39 const char *query; /* Search query */ local
184 query = cgiGetVariable("QUERY");
185 si = helpSearchIndex(hi, query, topic, helpfile);
188 if (query)
189 cgiSetVariable("QUERY", query);
197 fprintf(stderr, "DEBUG: query=\"%s\", topic=\"%s\"\n",
198 query ? query : "(null)", topic ? topic : "(null)");
217 query
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddliterators.h51 virtual CSSM_HANDLE dlGetFirst(const CSSM_QUERY &query,
103 // erase all elements matching a query
104 uint32 erase(const CSSM_QUERY &query);
105 uint32 erase(const Query &query);
118 CSSM_HANDLE query; member in struct:Security::CssmClient::TableBase::Handle
119 Handle(DLAccess *ac, CSSM_HANDLE q) : AccessRef(ac), query(q) { }
136 Iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id,
141 RefPointer<Handle> mQuery; // DL/MDS query handle
184 iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id, argument
186 : Iterator(ac, query, i
194 fetch(const Query &query, CSSM_RETURN err = CSSM_OK) argument
221 find(const CSSM_QUERY &query) argument
227 find(const Query &query) argument
246 startQuery(const CssmQuery &query, bool getData) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddliterators.h51 virtual CSSM_HANDLE dlGetFirst(const CSSM_QUERY &query,
103 // erase all elements matching a query
104 uint32 erase(const CSSM_QUERY &query);
105 uint32 erase(const Query &query);
118 CSSM_HANDLE query; member in struct:Security::CssmClient::TableBase::Handle
119 Handle(DLAccess *ac, CSSM_HANDLE q) : AccessRef(ac), query(q) { }
136 Iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id,
141 RefPointer<Handle> mQuery; // DL/MDS query handle
184 iterator(DLAccess *ac, CSSM_HANDLE query, CSSM_DB_UNIQUE_RECORD *id, argument
186 : Iterator(ac, query, i
194 fetch(const Query &query, CSSM_RETURN err = CSSM_OK) argument
221 find(const CSSM_QUERY &query) argument
227 find(const Query &query) argument
246 startQuery(const CssmQuery &query, bool getData) argument
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dhttp.pm16 !length($other->path) && !defined($other->query);
H A DSplit.pm17 my($scheme, $auth, $path, $query, $frag) = @_;
33 if (defined $query) {
34 $query =~ s,(\#),$URI::Escape::escapes{$1},g;
35 $uri .= "?$query";
52 ($scheme, $auth, $path, $query, $frag) = uri_split($uri);
53 $uri = uri_join($scheme, $auth, $path, $query, $frag);
62 =item ($scheme, $auth, $path, $query, $frag) = uri_split($uri)
72 =item $uri = uri_join($scheme, $auth, $path, $query, $frag)
81 as a query or fragment.
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DSecItemShimProxy.cpp70 OSStatus resultCode = SecItemCopyMatching(request.query(), &resultObject);
77 OSStatus resultCode = SecItemAdd(request.query(), &resultObject);
83 OSStatus resultCode = SecItemUpdate(request.query(), request.attributesToMatch());
89 OSStatus resultCode = SecItemDelete(request.query());
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in23 query-source address 10.53.0.1;
34 allow-query-cache { any; };
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Drfc2368.el76 ;; i'm going to call this part the 'query'
77 (defconst rfc2368-mailto-query-index 4
96 prequery query headers-alist)
104 (setq query
105 (match-string rfc2368-mailto-query-index mailto-url))
108 (if (not (null query))
119 (split-string query "&"))))
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddb_common.h31 extern void db_common_sql_build_query(VSTRING *query, CFG_PARSER *parser);
H A Ddict_sqlite.c41 /* .IP query
42 /* Query template. Before the query is actually issued, variable
54 /* Legacy query interface.
101 char *query; /* db_common_expand() query */ member in struct:__anon11742
136 myfree(dict_sqlite->query);
153 static VSTRING *query; local
198 * Expand the query and query the database.
207 INIT_VSTR(query, 1
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddighost.c283 dns_name_t chase_name; /* the query name */
357 send_udp(dig_query_t *query);
363 launch_next_query(dig_query_t *query, isc_boolean_t include_question);
366 send_tcp_connect(dig_query_t *query);
559 * This is little more than a linked list of servers to query in hopes
718 * linked lists: the server list (servers to query) and the query list
803 * the query list, since it will be regenerated by the setup_lookup()
1460 * Clear out a query when we're done with it. WARNING: This routine
1461 * WILL invalidate the query pointe
1464 clear_query(dig_query_t *query) argument
1703 followup_lookup(dns_message_t *msg, dig_query_t *query, dns_section_t section) argument
1870 next_origin(dig_query_t *query) argument
1983 dig_query_t *query; local
2325 dig_query_t *query, *next; local
2371 dig_query_t *query, *next; local
2393 bringup_timer(dig_query_t *query, unsigned int default_timeout) argument
2424 force_timeout(dig_lookup_t *l, dig_query_t *query) argument
2456 send_tcp_connect(dig_query_t *query) argument
2535 send_udp(dig_query_t *query) argument
2604 dig_query_t *query = NULL, *cq; local
2668 dig_query_t *query = NULL; local
2748 launch_next_query(dig_query_t *query, isc_boolean_t include_question) argument
2810 dig_query_t *query = NULL, *next; local
2889 check_for_more_data(dig_query_t *query, dns_message_t *msg, isc_socketevent_t *sevent) argument
3030 dig_query_t *query = NULL; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ncgi/
H A Dncgi.tcl20 # Note, I use the term "query data" to refer to the data that is passed in
22 # The query data is composed of names and values, and the names can be
34 # "query" holds the raw query (i.e., form) data
35 # This is treated as a cache, too, so you can call ncgi::query more than
38 variable query
40 # This is the content-type which affects how the query is parsed
44 # value is an array of parsed query data. Each array element is a list
51 # This lists the names that appear in the query data
97 namespace export reset urlStub query typ
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkrbhst.c91 struct _krb5_srv_query_ctx *query = (struct _krb5_srv_query_ctx *)ctx; local
93 free(query->domain);
94 heim_release(query->handle);
95 if (query->sema)
96 dispatch_release((dispatch_semaphore_t)query->sema);
98 if (query->array)
99 free(query->array);
122 _krb5_state_srv_sort(struct _krb5_srv_query_ctx *query) argument
128 if (query->len < 2)
132 qsort(query
175 state_append_hosts(struct _krb5_srv_query_ctx *query) argument
201 struct _krb5_srv_query_ctx *query = context; local
268 srv_find_realm(krb5_context context, struct krb5_krbhst_data *handle, heim_queue_t dnsQueue, struct _krb5_srv_query_ctx *query) argument
320 struct _krb5_srv_query_ctx *query = ctx; local
362 srv_find_realm(krb5_context context, struct krb5_krbhst_data *handle, heim_queue_t queue, struct _krb5_srv_query_ctx *query) argument
699 struct _krb5_srv_query_ctx *query = NULL; local
[all...]
H A Dkcache.c165 CFDictionaryRef query; local
168 query = CFDictionaryCreate(NULL, keys, values, sizeof(keys) / sizeof(keys[0]), NULL, NULL);
169 heim_assert(query != NULL, "out of memory");
174 ret = SecItemCopyMatching(query, (CFTypeRef *)&array);
184 ret = SecItemDelete(query);
188 CFRelease(query);
194 CFDictionaryRef result = NULL, query = NULL; local
212 query = CFDictionaryCreate(NULL, keys, values, sizeof(keys) / sizeof(keys[0]),
215 heim_assert(query != NULL, "out of memory");
217 ret = SecItemCopyMatching(query, (CFTypeRe
328 CFDictionaryRef query; local
455 CFDictionaryRef query = NULL; local
627 CFDictionaryRef query = NULL; local
764 CFDictionaryRef query; local
856 CFDictionaryRef query = NULL, update = NULL; local
916 CFDictionaryRef update = NULL, query = NULL; local
1000 CFDictionaryRef result = NULL, query = NULL; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/dnsblog/
H A Ddnsblog.c20 /* query arguments plus an address list with the resulting IP
22 /* with the query arguments plus an empty address list. Finally,
119 static VSTRING *query; variable
129 /* static void dnsblog_query - query DNSBL for client address */
148 VSTRING_RESET(query);
163 vstring_sprintf_append(query, "%x.%x.",
176 vstring_strcat(query, octets->argv[i]);
177 vstring_strcat(query, ".");
183 * Tack on the RBL domain name and query the DNS for an A record.
185 vstring_strcat(query, dnsbl_domai
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/autosign/ns2/
H A Dnamed.conf24 query-source address 10.53.0.2;
54 allow-query { any; };
63 allow-query { any; };
73 allow-query { any; };
82 allow-query { any; };
91 allow-query { any; };
100 allow-query { any; };
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageAreaSync.cpp276 SQLiteStatement query(m_database, "SELECT value FROM ItemTable LIMIT 1");
277 // this query isn't ever executed.
278 if (query.isColumnDeclaredAsBlob(0))
324 SQLiteStatement query(m_database, "SELECT key, value FROM ItemTable");
325 if (query.prepare() != SQLResultOk) {
333 int result = query.step();
335 itemMap.set(query.getColumnText(0), query.getColumnBlobAsString(1));
336 result = query.step();
439 SQLiteStatement& query local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/rest/
H A Drest.tcl28 # query query string or list of key/value pairs to be passed to http::formatQuery
35 proc ::rest::simple {url query args} {
53 if {[string first " " $query] > 0} {
54 # if query has a space assume it is a list of key value pairs, and do the formatting
55 set query [eval ::http::formatQuery $query]
56 } elseif {[string first ? $url] > 0 && $query == ""} {
57 # if the url contains a query string and query empt
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFilteredItemSelectionDialog.js180 * @param {?string} query
183 _createSearchRegex: function(query, isGlobal)
187 for (var i = 0; i < query.length; ++i) {
188 var c = query.charAt(i);
199 * @param {string} query
204 _createScoringRegex: function(query, ignoreCase, camelCase)
207 query = query.toUpperCase();
209 for (var i = 0; i < query.length; ++i) {
210 var c = query
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dkeychain_find.c89 keychain_query_parse_cstring(CFMutableDictionaryRef q, const char *query) { argument
91 s = CFStringCreateWithCStringNoCopy(0, query, kCFStringEncodingUTF8, kCFAllocatorNull);
97 keychain_create_query_from_string(const char *query) { argument
101 keychain_query_parse_cstring(q, query);
187 static OSStatus do_find_or_delete(CFDictionaryRef query, bool do_delete) { argument
190 result = SecItemDelete(query);
196 result = SecItemCopyMatching(query, &results);
215 CFDictionaryRef query = NULL; local
269 query = CFDictionaryCreate(NULL, keys, values, ix,
271 result = do_find_or_delete(query, do_delet
364 CFDictionaryRef query = NULL; local
405 CFMutableDictionaryRef query, update = NULL; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleMedia.cpp52 bool StyleMedia::matchMedium(const String& query) const
68 if (!media->parse(query))
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DContentSearchUtils.h46 RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
48 PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerLocation.cpp69 return m_url.query().isEmpty() ? emptyString() : "?" + m_url.query();
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in22 query-source address 10.53.0.1;

Completed in 427 milliseconds

1234567891011>>