Searched refs:do_search (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dsql-test001-concurrency86 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
96 cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
/macosx-10.10.1/libresolv-57/
H A Ddns_async.c119 dns_async_start(mach_port_t *p, const char *name, uint16_t dnsclass, uint16_t dnstype, uint32_t do_search, dns_async_callback callback, void *context) argument
145 if (do_search != 0) call = SI_CALL_DNS_SEARCH;
168 dns_async_send(mach_port_t *p, const char *name, uint16_t dnsclass, uint16_t dnstype, uint32_t do_search) argument
170 return dns_async_start(p, name, dnsclass, dnstype, do_search, NULL, NULL);
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb_async.h68 int32_t dns_async_start(mach_port_t *p, const char *name, uint16_t dnsclass, uint16_t dnstype, uint32_t do_search, dns_async_callback callback, void *context);
69 int32_t dns_async_send(mach_port_t *p, const char *name, uint16_t dnsclass, uint16_t dnstype, uint32_t do_search);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-search.c43 do_search( char *uri, char *manager, struct berval *passwd,
253 do_search( uri, manager, &passwd,
365 do_search( uri, manager, passwd,
385 do_search( char *uri, char *manager, struct berval *passwd, function
/macosx-10.10.1/vim-55/src/proto/
H A Dsearch.pro16 int do_search __ARGS((oparg_T *oap, int dirc, char_u *pat, long count, int options, proftime_T *tm));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4448/
H A Dits4448285 > $TESTDIR/$DATADIR/do_search.0
/macosx-10.10.1/nano-12/src/
H A Dsearch.c134 * from do_search(). */
154 * do_search() or do_replace() and be called again. In that case,
420 void do_search(void) function
440 do_search();
893 do_search();
1004 do_search();
H A Dproto.h586 void do_search(void);
H A Dglobal.c517 NANO_WHEREIS_FKEY, NANO_NO_KEY, VIEW, do_search);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsearch.c37 do_search( function
44 Debug( LDAP_DEBUG_TRACE, "%s do_search\n",
115 Debug( LDAP_DEBUG_ANY, "%s do_search: invalid dn: \"%s\"\n",
196 Debug( LDAP_DEBUG_ANY, "%s do_search: get_ctrls failed\n",
H A Dconnection.c1007 do_search,
H A Dproto-slap.h2083 LDAP_SLAPD_F (int) do_search LDAP_P((Operation *op, SlapReply *rs));
/macosx-10.10.1/ruby-106/ruby/
H A Druby.c89 int do_search; member in struct:cmdline_options
876 opt->do_search = TRUE;
1363 else if (opt->do_search) {
/macosx-10.10.1/vim-55/src/
H A Dtag.c3200 * Only use do_search() when there is a full search command, without
3222 if (do_search(NULL, pbuf[0], pbuf + 1, (long)1,
3234 if (!do_search(NULL, pbuf[0], pbuf + 1, (long)1,
3245 if (!do_search(NULL, '/', pbuf, (long)1,
3251 if (!do_search(NULL, '/', pbuf, (long)1,
H A Dex_getln.c1748 i = do_search(NULL, firstc, ccline.cmdbuff, count,
H A Dgui.c5188 do_search(NULL, down ? '/' : '?', ga.ga_data, 1L,
H A Dquickfix.c1839 if (!do_search(NULL, '/', qf_ptr->qf_pattern, (long)1,
H A Dsearch.c51 * Highest: do_search(); uses curwin->w_cursor; calls searchit().
1065 do_search(oap, dirc, pat, count, options, tm) function
H A Dnormal.c6276 int opt; /* extra flags for do_search() */
6285 i = do_search(cap->oap, dir, pat, cap->count1,
H A Dex_docmd.c4018 if (!do_search(NULL, c, cmd, 1L,
4058 * do_search().
H A Dspell.c10438 if (do_search(NULL, '/', frompat, 1L, SEARCH_KEEP, NULL) == 0

Completed in 203 milliseconds