Searched refs:returned (Results 1 - 25 of 239) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.h24 int returned; member in struct:Response
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.h40 int returned; member in struct:Response
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c37 uint32 returned, PRINTER_INFO_0 **info)
42 if (returned) {
43 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_0, returned);
47 memset(inf, 0, returned*sizeof(PRINTER_INFO_0));
54 for (i=0; i<returned; i++) {
68 uint32 returned, PRINTER_INFO_1 **info)
73 if (returned) {
74 inf=TALLOC_ARRAY(mem_ctx, PRINTER_INFO_1, returned);
78 memset(inf, 0, returned*sizeof(PRINTER_INFO_1));
85 for (i=0; i<returned;
36 decode_printer_info_0(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PRINTER_INFO_0 **info) argument
67 decode_printer_info_1(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PRINTER_INFO_1 **info) argument
98 decode_printer_info_2(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PRINTER_INFO_2 **info) argument
131 decode_printer_info_3(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PRINTER_INFO_3 **info) argument
163 decode_printer_info_7(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PRINTER_INFO_7 **info) argument
195 decode_port_info_1(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PORT_INFO_1 **info) argument
226 decode_port_info_2(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, PORT_INFO_2 **info) argument
257 decode_printer_driver_1(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, DRIVER_INFO_1 **info) argument
288 decode_printer_driver_2(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, DRIVER_INFO_2 **info) argument
319 decode_printer_driver_3(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, DRIVER_INFO_3 **info) argument
350 decode_printerdriverdir_1(TALLOC_CTX *mem_ctx, RPC_BUFFER *buffer, uint32 returned, DRIVER_DIRECTORY_1 **info ) argument
1355 rpccli_spoolss_enumjobs(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, uint32 level, uint32 firstjob, uint32 num_jobs, uint32 *returned, JOB_INFO_CTR *ctr) argument
[all...]
H A Dcli_svcctl.c165 uint32 *returned, ENUM_SERVICES_STATUS **service_array )
212 if (out.returned) {
213 if ( !(services = TALLOC_ARRAY( mem_ctx, ENUM_SERVICES_STATUS, out.returned )) )
219 for ( i=0; i<out.returned; i++ ) {
224 *returned = out.returned;
163 rpccli_svcctl_enumerate_services( struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hSCM, uint32 type, uint32 state, uint32 *returned, ENUM_SERVICES_STATUS **service_array ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex44 server allows a connection, a wxTCPConnection object will be returned.
45 The type of wxTCPConnection returned can be altered by overriding
53 The type of \helpref{wxTCPConnection}{wxtcpconnection} returned from a \helpref{wxTCPClient::MakeConnection}{wxtcpclientmakeconnection} call can
56 object is returned.
H A Dtipprov.tex10 use it instead of the one returned by \helpref{wxCreateFileTipProvider}{wxcreatefiletipprovider}.
56 Returns the index of the current tip (i.e. the one which would be returned by
59 The program usually remembers the value returned by this function after calling
H A Dddeclint.tex46 server allows a connection, a wxDDEConnection object will be returned.
47 The type of wxDDEConnection returned can be altered by overriding
55 The type of \helpref{wxDDEConnection}{wxddeconnection} returned from a \helpref{wxDDEClient::MakeConnection}{wxddeclientmakeconnection} call can
58 object is returned.
H A Ddebugrptup.tex47 curl: this may be an HTML page or anything else that the server returned.
48 Value returned by this function becomes the return value of
H A Deraseevt.tex12 You must call wxEraseEvent::GetDC and use the returned device context if it is non-NULL.
36 Use the device context returned by \helpref{GetDC}{wxeraseeventgetdc} to draw on,
H A Dtokenizr.tex45 middle of the string will be returned, i.e. {\tt "a::b:"} will be tokenized in
50 (including the one after the last delimiter character) will be returned as
56 token) is returned appended to the token. Otherwise, it is the same mode as
62 the standard {\tt strtok()} function: the empty tokens are never returned.}
99 tokens returned by this function is decremented each time
116 Returns the delimiter which ended scan for the last token returned by
118 there had been no calls to this function yet or if it returned the trailing
135 Returns the current position (i.e. one index after the last returned
H A Dpathlist.tex78 to the value returned \helpref{FindValidPath}{wxpathlistfindvalidpath}) or an
88 file (see \helpref{wxFileExists}{wxfileexists}) is returned.
90 If the file wasn't found in any of the stored paths, an empty string is returned.
97 The returned path may be relative to the current working directory.
101 may affect the value returned by this function!
H A Dtusage.tex14 Most strings are returned as wxString objects. However, for remaining
H A Dhttp.tex24 Returns the HTTP response code returned by the server. Please refer to
38 \texttt{(size\_t)-1} can returned ot indicate that the size is unknown. In such
H A Dipcclint.tex50 returned. The type of wxConnection returned can be altered by
H A Dcontrol.tex38 Note that the returned string contains the mnemonics (\texttt{\&} characters) if
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c27 up, all the errors returned are DOS errors, not NT status codes. */
322 DEBUGADD(10,("returned [%d]\n", ret));
520 /* printername is always returned as \\server\printername */
1139 * includes the handle returned for the srv_spoolss_replyopenprinter()
1894 /* clear the returned printer handle. Observed behavior
2630 DEBUG(5,("srv_spoolss_reply_open_printer: Client RPC returned [%s]\n",
4356 static WERROR enum_all_printers_info_1(uint32 flags, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4372 if((printers=SMB_REALLOC_ARRAY(printers, PRINTER_INFO_1, *returned +1)) == NULL) {
4374 *returned=0;
4377 DEBUG(4,("ReAlloced memory for [%d] PRINTER_INFO_1\n", *returned));
4418 enum_all_printers_info_1_local(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4429 enum_all_printers_info_1_name(fstring name, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4513 enum_all_printers_info_1_network(fstring name, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4542 enum_all_printers_info_2(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4609 enumprinters_level1( uint32 flags, fstring name, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4636 enumprinters_level2( uint32 flags, fstring servername, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4665 enumprinters_level5( uint32 flags, fstring servername, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
4687 uint32 *returned = &r_u->returned; local
6555 enumjobs_level1(const print_queue_struct *queue, int snum, const NT_PRINTER_INFO_LEVEL *ntprinter, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6605 enumjobs_level2(const print_queue_struct *queue, int snum, const NT_PRINTER_INFO_LEVEL *ntprinter, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6667 uint32 *returned = &r_u->returned; local
6784 enumprinterdrivers_level1(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6868 enumprinterdrivers_level2(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6953 enumprinterdrivers_level3(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
7048 uint32 *returned = &r_u->returned; local
7378 enumports_level_1(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
7444 enumports_level_2(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
7515 uint32 *returned = &r_u->returned; local
8487 enumprintprocessors_level_1(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
8531 uint32 *returned = &r_u->returned; local
8566 enumprintprocdatatypes_level_1(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
8610 uint32 *returned = &r_u->returned; local
8638 enumprintmonitors_level_1(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
8683 enumprintmonitors_level_2(RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
8738 uint32 *returned = &r_u->returned; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsacos.S11 | Output: The value arccos(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dsasin.S11 | Output: The value arcsin(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dsatanh.S12 | Output: The value arctanh(X) returned in floating-point register Fp0.
14 | Accuracy and Monotonicity: The returned result is within 3 ulps in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestHTML.c654 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
684 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
694 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
704 fprintf(stdout, "htmlSAXParseFile returned non-NULL\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsmb.conf10 ; /usr/tmp and allows access to all printers returned by lpstat.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dbootgraph.pl90 if ($line =~ /([0-9\.]+)\] initcall ([a-zA-Z0-9\_\.]+)\+.*returned/) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_svcctl.h301 uint32 returned; member in struct:__anon5527
317 uint32 returned; member in struct:__anon5529

Completed in 111 milliseconds

12345678910