Searched refs:req (Results 276 - 300 of 4261) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/RHEL/setup/
H A Dfilter-requires-samba.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/raw/
H A Drawreadwrite.c26 req = smbcli_request_setup(tree, cmd, wct, buflen); \
27 if (!req) return NULL; \
36 struct smbcli_request *req = NULL; local
44 SSVAL(req->out.vwv, VWV(0), parms->readbraw.in.file.fnum);
45 SIVAL(req->out.vwv, VWV(1), parms->readbraw.in.offset);
46 SSVAL(req->out.vwv, VWV(3), parms->readbraw.in.maxcnt);
47 SSVAL(req->out.vwv, VWV(4), parms->readbraw.in.mincnt);
48 SIVAL(req->out.vwv, VWV(5), parms->readbraw.in.timeout);
49 SSVAL(req->out.vwv, VWV(7), 0); /* reserved */
51 SIVAL(req
119 smb_raw_read_recv(struct smbcli_request *req, union smb_read *parms) argument
203 struct smbcli_request *req = smb_raw_read_send(tree, parms); local
214 struct smbcli_request *req = NULL; local
305 smb_raw_write_recv(struct smbcli_request *req, union smb_write *parms) argument
347 struct smbcli_request *req = smb_raw_write_send(tree, parms); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dsmbsock_connect.c46 struct tevent_req *req, *subreq; local
49 req = tevent_req_create(mem_ctx, &state, struct nb_connect_state);
50 if (req == NULL) {
64 if (tevent_req_nomem(subreq, req)) {
65 return tevent_req_post(req, ev);
67 tevent_req_set_callback(subreq, nb_connect_connected, req);
68 return req;
81 struct tevent_req *req = tevent_req_callback_data( local
84 req, struct nb_connect_state);
90 tevent_req_nterror(req, statu
103 struct tevent_req *req = tevent_req_callback_data( local
161 nb_connect_recv(struct tevent_req *req, int *sock) argument
197 struct tevent_req *req, *subreq; local
246 struct tevent_req *req = tevent_req_callback_data( local
270 struct tevent_req *req = tevent_req_callback_data( local
315 smbsock_connect_recv(struct tevent_req *req, int *sock, uint16_t *port) argument
339 struct tevent_req *req; local
385 struct tevent_req *req, *subreq; local
424 struct tevent_req *req = tevent_req_callback_data( local
450 smbsock_any_connect_send_next( struct tevent_req *req, struct smbsock_any_connect_state *state) argument
477 struct tevent_req *req = tevent_req_callback_data( local
530 smbsock_any_connect_recv(struct tevent_req *req, int *pfd, size_t *chosen_index, uint16_t *port) argument
556 struct tevent_req *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwnam.c40 struct tevent_req *req, *subreq; local
45 req = tevent_req_create(mem_ctx, &state,
47 if (req == NULL) {
69 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
70 return tevent_req_post(req, ev);
78 tevent_req_nterror(req, NT_STATUS_NO_SUCH_USER);
79 return tevent_req_post(req, ev);
84 if (tevent_req_nomem(subreq, req)) {
85 return tevent_req_post(req, ev);
88 req);
94 struct tevent_req *req = tevent_req_callback_data( local
116 struct tevent_req *req = tevent_req_callback_data( local
129 winbindd_getpwnam_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_lookupsid.c38 struct tevent_req *req, *subreq; local
41 req = tevent_req_create(mem_ctx, &state,
43 if (req == NULL) {
55 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
56 return tevent_req_post(req, ev);;
60 if (tevent_req_nomem(subreq, req)) {
61 return tevent_req_post(req, ev);
63 tevent_req_set_callback(subreq, winbindd_lookupsid_done, req);
64 return req;
69 struct tevent_req *req local
85 winbindd_lookupsid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_gid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_gid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_gid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_uid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_uid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_uid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dsmbsock_connect.c46 struct tevent_req *req, *subreq; local
49 req = tevent_req_create(mem_ctx, &state, struct nb_connect_state);
50 if (req == NULL) {
64 if (tevent_req_nomem(subreq, req)) {
65 return tevent_req_post(req, ev);
67 tevent_req_set_callback(subreq, nb_connect_connected, req);
68 return req;
81 struct tevent_req *req = tevent_req_callback_data( local
84 req, struct nb_connect_state);
90 tevent_req_nterror(req, statu
103 struct tevent_req *req = tevent_req_callback_data( local
161 nb_connect_recv(struct tevent_req *req, int *sock) argument
197 struct tevent_req *req, *subreq; local
246 struct tevent_req *req = tevent_req_callback_data( local
270 struct tevent_req *req = tevent_req_callback_data( local
315 smbsock_connect_recv(struct tevent_req *req, int *sock, uint16_t *port) argument
339 struct tevent_req *req; local
385 struct tevent_req *req, *subreq; local
424 struct tevent_req *req = tevent_req_callback_data( local
450 smbsock_any_connect_send_next( struct tevent_req *req, struct smbsock_any_connect_state *state) argument
477 struct tevent_req *req = tevent_req_callback_data( local
530 smbsock_any_connect_recv(struct tevent_req *req, int *pfd, size_t *chosen_index, uint16_t *port) argument
556 struct tevent_req *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwnam.c40 struct tevent_req *req, *subreq; local
45 req = tevent_req_create(mem_ctx, &state,
47 if (req == NULL) {
69 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
70 return tevent_req_post(req, ev);
78 tevent_req_nterror(req, NT_STATUS_NO_SUCH_USER);
79 return tevent_req_post(req, ev);
84 if (tevent_req_nomem(subreq, req)) {
85 return tevent_req_post(req, ev);
88 req);
94 struct tevent_req *req = tevent_req_callback_data( local
116 struct tevent_req *req = tevent_req_callback_data( local
129 winbindd_getpwnam_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_lookupsid.c38 struct tevent_req *req, *subreq; local
41 req = tevent_req_create(mem_ctx, &state,
43 if (req == NULL) {
55 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
56 return tevent_req_post(req, ev);;
60 if (tevent_req_nomem(subreq, req)) {
61 return tevent_req_post(req, ev);
63 tevent_req_set_callback(subreq, winbindd_lookupsid_done, req);
64 return req;
69 struct tevent_req *req local
85 winbindd_lookupsid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_gid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_gid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_gid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_uid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_uid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_uid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dsmbsock_connect.c46 struct tevent_req *req, *subreq; local
49 req = tevent_req_create(mem_ctx, &state, struct nb_connect_state);
50 if (req == NULL) {
64 if (tevent_req_nomem(subreq, req)) {
65 return tevent_req_post(req, ev);
67 tevent_req_set_callback(subreq, nb_connect_connected, req);
68 return req;
81 struct tevent_req *req = tevent_req_callback_data( local
84 req, struct nb_connect_state);
90 tevent_req_nterror(req, statu
103 struct tevent_req *req = tevent_req_callback_data( local
161 nb_connect_recv(struct tevent_req *req, int *sock) argument
197 struct tevent_req *req, *subreq; local
246 struct tevent_req *req = tevent_req_callback_data( local
270 struct tevent_req *req = tevent_req_callback_data( local
315 smbsock_connect_recv(struct tevent_req *req, int *sock, uint16_t *port) argument
339 struct tevent_req *req; local
385 struct tevent_req *req, *subreq; local
424 struct tevent_req *req = tevent_req_callback_data( local
450 smbsock_any_connect_send_next( struct tevent_req *req, struct smbsock_any_connect_state *state) argument
477 struct tevent_req *req = tevent_req_callback_data( local
530 smbsock_any_connect_recv(struct tevent_req *req, int *pfd, size_t *chosen_index, uint16_t *port) argument
556 struct tevent_req *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/
H A Dwinbindd_getpwnam.c40 struct tevent_req *req, *subreq; local
45 req = tevent_req_create(mem_ctx, &state,
47 if (req == NULL) {
69 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
70 return tevent_req_post(req, ev);
78 tevent_req_nterror(req, NT_STATUS_NO_SUCH_USER);
79 return tevent_req_post(req, ev);
84 if (tevent_req_nomem(subreq, req)) {
85 return tevent_req_post(req, ev);
88 req);
94 struct tevent_req *req = tevent_req_callback_data( local
116 struct tevent_req *req = tevent_req_callback_data( local
129 winbindd_getpwnam_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_lookupsid.c38 struct tevent_req *req, *subreq; local
41 req = tevent_req_create(mem_ctx, &state,
43 if (req == NULL) {
55 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
56 return tevent_req_post(req, ev);;
60 if (tevent_req_nomem(subreq, req)) {
61 return tevent_req_post(req, ev);
63 tevent_req_set_callback(subreq, winbindd_lookupsid_done, req);
64 return req;
69 struct tevent_req *req local
85 winbindd_lookupsid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_gid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_gid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_gid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
H A Dwinbindd_sid_to_uid.c35 struct tevent_req *req, *subreq; local
38 req = tevent_req_create(mem_ctx, &state,
40 if (req == NULL) {
52 tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
53 return tevent_req_post(req, ev);
57 if (tevent_req_nomem(subreq, req)) {
58 return tevent_req_post(req, ev);
60 tevent_req_set_callback(subreq, winbindd_sid_to_uid_done, req);
61 return req;
66 struct tevent_req *req local
81 winbindd_sid_to_uid_recv(struct tevent_req *req, struct winbindd_response *response) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_basic.c55 ne_request *req = ne_request_create(sess, "HEAD", uri); local
59 ret = ne_request_dispatch(req);
61 value = ne_get_response_header(req, "Last-Modified");
63 if (ret == NE_OK && ne_get_status(req)->klass != 2) {
75 ne_request_destroy(req);
91 ne_request *req; local
104 req = ne_request_create(sess, "PUT", uri);
107 ne_lock_using_resource(req, uri, 0);
108 ne_lock_using_parent(req, uri);
111 ne_set_request_body_fd(req, f
126 dispatch_to_fd(ne_request *req, int fd, const char *range) argument
170 ne_request *req = ne_request_create(sess, "GET", uri); local
223 ne_request *req = ne_request_create(sess, "GET", uri); local
241 ne_request *req = ne_request_create(sess, "POST", uri); local
259 ne_get_content_type(ne_request *req, ne_content_type *ct) argument
358 ne_request *req = ne_request_create(sess, "OPTIONS", uri); local
392 ne_add_depth_header(ne_request *req, int depth) argument
412 ne_request *req = ne_request_create( sess, is_move?"MOVE":"COPY", src ); local
457 ne_request *req = ne_request_create(sess, "DELETE", uri); local
477 ne_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/src/
H A Dne_basic.c55 ne_request *req = ne_request_create(sess, "HEAD", uri); local
59 ret = ne_request_dispatch(req);
61 value = ne_get_response_header(req, "Last-Modified");
63 if (ret == NE_OK && ne_get_status(req)->klass != 2) {
75 ne_request_destroy(req);
91 ne_request *req; local
104 req = ne_request_create(sess, "PUT", uri);
107 ne_lock_using_resource(req, uri, 0);
108 ne_lock_using_parent(req, uri);
111 ne_set_request_body_fd(req, f
126 dispatch_to_fd(ne_request *req, int fd, const char *range) argument
170 ne_request *req = ne_request_create(sess, "GET", uri); local
223 ne_request *req = ne_request_create(sess, "GET", uri); local
241 ne_request *req = ne_request_create(sess, "POST", uri); local
259 ne_get_content_type(ne_request *req, ne_content_type *ct) argument
358 ne_request *req = ne_request_create(sess, "OPTIONS", uri); local
392 ne_add_depth_header(ne_request *req, int depth) argument
412 ne_request *req = ne_request_create( sess, is_move?"MOVE":"COPY", src ); local
457 ne_request *req = ne_request_create(sess, "DELETE", uri); local
477 ne_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/crypto/
H A Dpcrypt.h34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) argument
36 return req->__ctx;
40 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) argument
42 return &req->padata;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Dpcrypt.h34 static inline void *pcrypt_request_ctx(struct pcrypt_request *req) argument
36 return req->__ctx;
40 struct padata_priv *pcrypt_request_padata(struct pcrypt_request *req) argument
42 return &req->padata;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/src/
H A Dne_basic.c55 ne_request *req = ne_request_create(sess, "HEAD", uri); local
59 ret = ne_request_dispatch(req);
61 value = ne_get_response_header(req, "Last-Modified");
63 if (ret == NE_OK && ne_get_status(req)->klass != 2) {
75 ne_request_destroy(req);
91 ne_request *req; local
104 req = ne_request_create(sess, "PUT", uri);
107 ne_lock_using_resource(req, uri, 0);
108 ne_lock_using_parent(req, uri);
111 ne_set_request_body_fd(req, f
126 dispatch_to_fd(ne_request *req, int fd, const char *range) argument
170 ne_request *req = ne_request_create(sess, "GET", uri); local
223 ne_request *req = ne_request_create(sess, "GET", uri); local
241 ne_request *req = ne_request_create(sess, "POST", uri); local
259 ne_get_content_type(ne_request *req, ne_content_type *ct) argument
358 ne_request *req = ne_request_create(sess, "OPTIONS", uri); local
392 ne_add_depth_header(ne_request *req, int depth) argument
412 ne_request *req = ne_request_create( sess, is_move?"MOVE":"COPY", src ); local
457 ne_request *req = ne_request_create(sess, "DELETE", uri); local
477 ne_request *req; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tsocket/
H A Dtsocket_helpers.c41 static void tdgram_sendto_queue_trigger(struct tevent_req *req,
53 struct tevent_req *req; local
57 req = tevent_req_create(mem_ctx, &state,
59 if (!req) {
72 req,
76 tevent_req_nomem(NULL, req);
80 return req;
83 tevent_req_post(req, ev);
84 return req;
87 static void tdgram_sendto_queue_trigger(struct tevent_req *req, argument
108 struct tevent_req *req = tevent_req_callback_data(subreq, local
126 tdgram_sendto_queue_recv(struct tevent_req *req, int *perrno) argument
178 struct tevent_req *req; local
207 tstream_readv_pdu_ask_for_next_vector(struct tevent_req *req) argument
271 struct tevent_req *req = tevent_req_callback_data(subreq, local
290 tstream_readv_pdu_recv(struct tevent_req *req, int *perrno) argument
327 struct tevent_req *req; local
359 tstream_readv_pdu_queue_trigger(struct tevent_req *req, void *private_data) argument
379 struct tevent_req *req = tevent_req_callback_data(subreq, local
397 tstream_readv_pdu_queue_recv(struct tevent_req *req, int *perrno) argument
434 struct tevent_req *req; local
466 tstream_writev_queue_trigger(struct tevent_req *req, void *private_data) argument
486 struct tevent_req *req = tevent_req_callback_data(subreq, local
504 tstream_writev_queue_recv(struct tevent_req *req, int *perrno) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tsocket/
H A Dtsocket_helpers.c41 static void tdgram_sendto_queue_trigger(struct tevent_req *req,
53 struct tevent_req *req; local
57 req = tevent_req_create(mem_ctx, &state,
59 if (!req) {
72 req,
76 tevent_req_nomem(NULL, req);
80 return req;
83 tevent_req_post(req, ev);
84 return req;
87 static void tdgram_sendto_queue_trigger(struct tevent_req *req, argument
108 struct tevent_req *req = tevent_req_callback_data(subreq, local
126 tdgram_sendto_queue_recv(struct tevent_req *req, int *perrno) argument
178 struct tevent_req *req; local
207 tstream_readv_pdu_ask_for_next_vector(struct tevent_req *req) argument
271 struct tevent_req *req = tevent_req_callback_data(subreq, local
290 tstream_readv_pdu_recv(struct tevent_req *req, int *perrno) argument
327 struct tevent_req *req; local
359 tstream_readv_pdu_queue_trigger(struct tevent_req *req, void *private_data) argument
379 struct tevent_req *req = tevent_req_callback_data(subreq, local
397 tstream_readv_pdu_queue_recv(struct tevent_req *req, int *perrno) argument
434 struct tevent_req *req; local
466 tstream_writev_queue_trigger(struct tevent_req *req, void *private_data) argument
486 struct tevent_req *req = tevent_req_callback_data(subreq, local
504 tstream_writev_queue_recv(struct tevent_req *req, int *perrno) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tsocket/
H A Dtsocket_helpers.c41 static void tdgram_sendto_queue_trigger(struct tevent_req *req,
53 struct tevent_req *req; local
57 req = tevent_req_create(mem_ctx, &state,
59 if (!req) {
72 req,
76 tevent_req_nomem(NULL, req);
80 return req;
83 tevent_req_post(req, ev);
84 return req;
87 static void tdgram_sendto_queue_trigger(struct tevent_req *req, argument
108 struct tevent_req *req = tevent_req_callback_data(subreq, local
126 tdgram_sendto_queue_recv(struct tevent_req *req, int *perrno) argument
178 struct tevent_req *req; local
207 tstream_readv_pdu_ask_for_next_vector(struct tevent_req *req) argument
271 struct tevent_req *req = tevent_req_callback_data(subreq, local
290 tstream_readv_pdu_recv(struct tevent_req *req, int *perrno) argument
327 struct tevent_req *req; local
359 tstream_readv_pdu_queue_trigger(struct tevent_req *req, void *private_data) argument
379 struct tevent_req *req = tevent_req_callback_data(subreq, local
397 tstream_readv_pdu_queue_recv(struct tevent_req *req, int *perrno) argument
434 struct tevent_req *req; local
466 tstream_writev_queue_trigger(struct tevent_req *req, void *private_data) argument
486 struct tevent_req *req = tevent_req_callback_data(subreq, local
504 tstream_writev_queue_recv(struct tevent_req *req, int *perrno) argument
[all...]

Completed in 266 milliseconds

<<11121314151617181920>>