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

123

/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/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c584 u32 query, result = 0, sresult = 0; local
602 query = *access;
604 if (map->access & query) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_ca.c422 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcma.c130 struct ib_sa_query *query; member in struct:rdma_id_private
710 if (id_priv->query)
711 ib_sa_cancel_query(id_priv->query_id, id_priv->query);
1517 cma_query_handler, work, &id_priv->query);
/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/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/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/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...]

Completed in 317 milliseconds

123