Searched refs:query (Results 1 - 25 of 58) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c972 /* Deal with the general query */
989 /*handle scheduled query*/
1035 igmpv3q_t *query; local
1109 query = (igmpv3q_t *)(ifp->igmpi_buf + (iph->ip_hl << 2));
1110 srsp=IGMP_SRSP(query);
1111 if (query->igmpq_code == 0){
1112 /*version 1 query*/
1113 LOG((LOG_DEBUG, "igmpv1 query \n"));
1114 receive_membership_query(igmprt,ifpi,query->igmpq_group,NULL,src.s_addr,0,srsp,IGMP_VERSION_1);
1116 /*version 2 query*/
[all...]
H A Digmpv3.c874 * add a scheduled query entry
902 * Send a membership query on the specified interface, to the specified group.
911 igmpv3q_t *query; local
920 /* Allocate a buffer to build the query */
922 pbuf = (char*) malloc(sizeof(*query) + numsrc * sizeof(struct in_addr));
925 query = (igmpv3q_t *) pbuf;
928 query = (igmpv3q_t *) buf;
931 query->igmpq_type = IGMP_MEMBERSHIP_QUERY;
932 query->igmpq_group.s_addr = group->s_addr;
933 query
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c3673 char *query; local
3799 query = strchr(at+1, '?');
3801 query = strchr(conn->host.name, '?');
3803 if(query) {
3812 size_t hostlen = strlen(query);
3820 memcpy(path+1, query, hostlen);
3824 *query=0; /* now cut off the hostname at the ? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2769 \verb|ip neigh|, the router {\em will not\/} answer a query if the route
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c76 id3_byte_t query[ID3_TAG_QUERYSIZE]; local
82 size = id3_tag_query(query, fread(query, 1, sizeof(query), iofile));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c76 id3_byte_t query[ID3_TAG_QUERYSIZE]; local
82 size = id3_tag_query(query, fread(query, 1, sizeof(query), iofile));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1963 ** or Ctrl-C where the user wants a long query operation to halt
2123 ** complete query results from one or more queries.
2133 ** The remaining entries all point to query results. NULL values result
2141 ** As an example of the result table format, suppose a query result
2190 char ***pazResult, /* Results of the query */
2594 ** interface is to keep a GUI updated during a large query.
2877 ** To execute an SQL query, it must first be compiled into a byte-code
2946 ** change the query plan for a statement, then the statement may be
3267 ** or column that query result column was extracted from.
3437 ** result row of a query
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex708 % @? is an end-of-sentence query.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl3 # adssearch.pl - query an Active Directory server and
118 # get the query
119 my $query = shift;
265 die "please define server to query with -h host\n";
418 printf("%10s query failed for [%s]\n", "net cache", $key);
428 printf("%10s query failed for [%s]\n", "dns", $key);
431 # try netbios broadcast query
438 printf("%10s query failed for [%s]\n", "nmblookup", $key);
1408 $filter = construct_filter($query);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c625 char query[256], hostname[256]; local
643 /* Attach domain name to query and do modified query.
648 if((strlen(name) + strlen(domain)) >= sizeof(query))
651 slprintf(query, sizeof(query)-1, "%s%s", name, domain);
652 return(gethostbyname(query));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_mysql.c127 char *query; local
135 query = sql_account_query_select(data->location, update, SQL_SEARCH_NONE, NULL);
137 ret = mysql_query(data->handle, query);
138 SAFE_FREE(query);
142 ("Error executing MySQL query %s\n", mysql_error(data->handle)));
205 char *query; local
233 query = sql_account_query_select(data->location, True, field, esc_sname);
237 DEBUG(5, ("Executing query %s\n", query));
239 mysql_ret = mysql_query(data->handle, query);
310 char *query; local
370 char *query; local
[all...]
H A Dpdb_pgsql.c129 char *query ; local
134 query = sql_account_query_select(data->location, update, SQL_SEARCH_NONE, NULL);
137 DEBUG( 5, ("Executing query %s\n", query) ) ;
138 data->pwent = PQexec( data->handle, query ) ;
144 DEBUG( 0, ("Error executing %s, %s\n", query, PQerrorMessage( data->handle ) ) ) ;
149 DEBUG( 0, ("Error executing %s, %s\n", query, PQresultErrorMessage( data->pwent ) ) ) ;
158 SAFE_FREE(query);
211 char *query ; local
237 query
313 char *query ; local
366 char *query; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/samples/
H A DMakefile59 ### query$(EXEEXT)
96 am__query_SOURCES_DIST = query.c
97 ##am_query_OBJECTS = query-query.$(OBJEXT)
358 ## query.c
411 query$(EXEEXT): $(query_OBJECTS) $(query_DEPENDENCIES)
412 @rm -f query$(EXEEXT)
426 include ./$(DEPDIR)/query-query.Po
478 query
[all...]
H A DMakefile.am29 noinst_PROGRAMS = browse resolve publish query
48 query.c
H A DMakefile.in59 @ENABLE_COMPAT_HOWL_TRUE@@ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ query$(EXEEXT)
96 am__query_SOURCES_DIST = query.c
97 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_query_OBJECTS = query-query.$(OBJEXT)
358 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ query.c
411 query$(EXEEXT): $(query_OBJECTS) $(query_DEPENDENCIES)
412 @rm -f query$(EXEEXT)
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query-query.Po@am__quote@
478 query
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile125 query-sched.c query-sched.h probe-sched.c probe-sched.h \
145 libavahi_core_la-query-sched.lo \
496 query-sched.c query-sched.h probe-sched.c probe-sched.h \
721 include ./$(DEPDIR)/libavahi_core_la-query-sched.Plo
819 libavahi_core_la-query-sched.lo: query-sched.c
820 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-query-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-query
[all...]
H A DMakefile.am64 query-sched.c query-sched.h \
H A DMakefile.in125 query-sched.c query-sched.h probe-sched.c probe-sched.h \
145 libavahi_core_la-query-sched.lo \
496 query-sched.c query-sched.h probe-sched.c probe-sched.h \
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-query-sched.Plo@am__quote@
819 libavahi_core_la-query-sched.lo: query-sched.c
820 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-query-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-query
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc64 #include <avahi-core/query-sched.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A DMakefile11 SRCS= DbRecord.c code.c csv_local.c db.c load.c load_main.c query.c \
23 QUERY_OBJS=DbRecord.o csv_local.o db.o query.o query_main.o util.o
34 DbRecord.o csv_local.o db.o load.o load_main.o query.o: csv_local.h csv.h
75 DbRecord.c csv_local.c db.c query.c query_main.c util.c
H A Dcsv_extern.h33 extern int query(char *, int *);
H A Dquery.c6 * $Id: query.c,v 1.17 2008/01/08 20:58:23 bostic Exp $
48 * Allow the user to interactively query the database.
73 if (query(input, &done) != 0)
82 * query --
83 * Process a query.
86 query(char *cmd, int *donep) function
239 fprintf(stderr, "%s: query syntax error\n", progname);
H A Dquery_main.c80 if ((ret = query(*clp, &done)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex704 % @? is an end-of-sentence query.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c138 char *query; /* the query string */ member in struct:xmlNanoHTTPCtxt
295 if (ctxt->query != NULL) {
296 xmlFree(ctxt->query);
297 ctxt->query = NULL;
316 if (uri->query != NULL)
317 ctxt->query = xmlMemStrdup(uri->query);
413 if (ctxt->query != NULL) xmlFree(ctxt->query);
[all...]

Completed in 534 milliseconds

123