Searched refs:floors (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Depmapper.c37 printf(" %s", epm_floor_string(mem_ctx, &twr->floors[i]));
64 dcerpc_floor_get_lhs_data(&twr->tower.floors[0], &syntax);
69 twr->tower.floors[2].lhs.protocol = EPM_PROTOCOL_NCACN;
70 twr->tower.floors[2].lhs.lhs_data = data_blob(NULL, 0);
71 twr->tower.floors[2].rhs.ncacn.minor_version = 0;
73 twr->tower.floors[3].lhs.protocol = EPM_PROTOCOL_TCP;
74 twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
75 twr->tower.floors[3].rhs.tcp.port = 0;
77 twr->tower.floors[4].lhs.protocol = EPM_PROTOCOL_IP;
78 twr->tower.floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Depmapper.c37 printf(" %s", epm_floor_string(mem_ctx, &twr->floors[i]));
64 dcerpc_floor_get_lhs_data(&twr->tower.floors[0], &syntax);
69 twr->tower.floors[2].lhs.protocol = EPM_PROTOCOL_NCACN;
70 twr->tower.floors[2].lhs.lhs_data = data_blob(NULL, 0);
71 twr->tower.floors[2].rhs.ncacn.minor_version = 0;
73 twr->tower.floors[3].lhs.protocol = EPM_PROTOCOL_TCP;
74 twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
75 twr->tower.floors[3].rhs.tcp.port = 0;
77 twr->tower.floors[4].lhs.protocol = EPM_PROTOCOL_IP;
78 twr->tower.floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Depmapper.c37 printf(" %s", epm_floor_string(mem_ctx, &twr->floors[i]));
64 dcerpc_floor_get_lhs_data(&twr->tower.floors[0], &syntax);
69 twr->tower.floors[2].lhs.protocol = EPM_PROTOCOL_NCACN;
70 twr->tower.floors[2].lhs.lhs_data = data_blob(NULL, 0);
71 twr->tower.floors[2].rhs.ncacn.minor_version = 0;
73 twr->tower.floors[3].lhs.protocol = EPM_PROTOCOL_TCP;
74 twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
75 twr->tower.floors[3].rhs.tcp.port = 0;
77 twr->tower.floors[4].lhs.protocol = EPM_PROTOCOL_IP;
78 twr->tower.floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/epmapper/
H A Drpc_epmapper.c173 struct epm_floor *floors; local
199 floors = r->in.map_tower->tower.floors;
201 dcerpc_floor_get_lhs_data(&r->in.map_tower->tower.floors[1], &ndr_syntax);
203 if (floors[1].lhs.protocol != EPM_PROTOCOL_UUID ||
214 DEBUG(2, ("%d, ", r->in.map_tower->tower.floors[i].lhs.protocol));
222 data_blob_cmp(&r->in.map_tower->tower.floors[0].lhs.lhs_data,
223 &eps[i].ep.floors[0].lhs.lhs_data) != 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/epmapper/
H A Drpc_epmapper.c173 struct epm_floor *floors; local
199 floors = r->in.map_tower->tower.floors;
201 dcerpc_floor_get_lhs_data(&r->in.map_tower->tower.floors[1], &ndr_syntax);
203 if (floors[1].lhs.protocol != EPM_PROTOCOL_UUID ||
214 DEBUG(2, ("%d, ", r->in.map_tower->tower.floors[i].lhs.protocol));
222 data_blob_cmp(&r->in.map_tower->tower.floors[0].lhs.lhs_data,
223 &eps[i].ep.floors[0].lhs.lhs_data) != 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/epmapper/
H A Drpc_epmapper.c173 struct epm_floor *floors; local
199 floors = r->in.map_tower->tower.floors;
201 dcerpc_floor_get_lhs_data(&r->in.map_tower->tower.floors[1], &ndr_syntax);
203 if (floors[1].lhs.protocol != EPM_PROTOCOL_UUID ||
214 DEBUG(2, ("%d, ", r->in.map_tower->tower.floors[i].lhs.protocol));
222 data_blob_cmp(&r->in.map_tower->tower.floors[0].lhs.lhs_data,
223 &eps[i].ep.floors[0].lhs.lhs_data) != 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/rpc/
H A Dbinding.c584 if (transports[i].protseq[j] != tower->floors[j+2].lhs.protocol) {
638 status = dcerpc_floor_get_lhs_data(&tower->floors[0], &binding->object);
651 binding->endpoint = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[3]);
658 binding->host = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[4]);
689 tower->floors = talloc_array(mem_ctx, struct epm_floor, tower->num_floors);
692 tower->floors[0].lhs.protocol = EPM_PROTOCOL_UUID;
694 tower->floors[0].lhs.lhs_data = dcerpc_floor_pack_lhs_data(mem_ctx, &binding->object);
696 tower->floors[0].rhs.uuid.unknown = data_blob_talloc_zero(mem_ctx, 2);
699 tower->floors[1].lhs.protocol = EPM_PROTOCOL_UUID;
701 tower->floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/rpc/
H A Dbinding.c584 if (transports[i].protseq[j] != tower->floors[j+2].lhs.protocol) {
638 status = dcerpc_floor_get_lhs_data(&tower->floors[0], &binding->object);
651 binding->endpoint = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[3]);
658 binding->host = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[4]);
689 tower->floors = talloc_array(mem_ctx, struct epm_floor, tower->num_floors);
692 tower->floors[0].lhs.protocol = EPM_PROTOCOL_UUID;
694 tower->floors[0].lhs.lhs_data = dcerpc_floor_pack_lhs_data(mem_ctx, &binding->object);
696 tower->floors[0].rhs.uuid.unknown = data_blob_talloc_zero(mem_ctx, 2);
699 tower->floors[1].lhs.protocol = EPM_PROTOCOL_UUID;
701 tower->floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/librpc/rpc/
H A Dbinding.c584 if (transports[i].protseq[j] != tower->floors[j+2].lhs.protocol) {
638 status = dcerpc_floor_get_lhs_data(&tower->floors[0], &binding->object);
651 binding->endpoint = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[3]);
658 binding->host = dcerpc_floor_get_rhs_data(mem_ctx, &tower->floors[4]);
689 tower->floors = talloc_array(mem_ctx, struct epm_floor, tower->num_floors);
692 tower->floors[0].lhs.protocol = EPM_PROTOCOL_UUID;
694 tower->floors[0].lhs.lhs_data = dcerpc_floor_pack_lhs_data(mem_ctx, &binding->object);
696 tower->floors[0].rhs.uuid.unknown = data_blob_talloc_zero(mem_ctx, 2);
699 tower->floors[1].lhs.protocol = EPM_PROTOCOL_UUID;
701 tower->floors[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dcodec_internal.h108 int floors; member in struct:codec_setup_info
H A Dinfo.c175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
296 ci->floors=oggpack_read(opb,6)+1;
297 if(ci->floors<=0)goto err_out;
298 for(i=0;i<ci->floors;i++){
508 /* floors */
509 oggpack_write(opb,ci->floors-1,6);
510 for(i=0;i<ci->floors;i++){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dcodec_internal.h108 int floors; member in struct:codec_setup_info
H A Dinfo.c175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
296 ci->floors=oggpack_read(opb,6)+1;
297 if(ci->floors<=0)goto err_out;
298 for(i=0;i<ci->floors;i++){
508 /* floors */
509 oggpack_write(opb,ci->floors-1,6);
510 for(i=0;i<ci->floors;i++){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dcodec_internal.h108 int floors; member in struct:codec_setup_info
H A Dinfo.c175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
296 ci->floors=oggpack_read(opb,6)+1;
297 if(ci->floors<=0)goto err_out;
298 for(i=0;i<ci->floors;i++){
508 /* floors */
509 oggpack_write(opb,ci->floors-1,6);
510 for(i=0;i<ci->floors;i++){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvorbis_enc.c115 vorbis_enc_floor *floors; member in struct:__anon1325
262 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
265 fc = &venc->floors[0];
580 // floors
583 put_floor_header(&pb, &venc->floors[i]);
1001 vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
1049 if (venc->floors)
1052 if (venc->floors[i].classes)
1053 for (j = 0; j < venc->floors[i].nclasses; j++)
1054 av_freep(&venc->floors[
[all...]
H A Dvorbis_dec.c143 vorbis_floor *floors; member in struct:vorbis_context_s
211 if (vc->floors[i].floor_type == 0) {
212 av_free(vc->floors[i].data.t0.map[0]);
213 av_free(vc->floors[i].data.t0.map[1]);
214 av_free(vc->floors[i].data.t0.book_list);
215 av_free(vc->floors[i].data.t0.lsp);
217 av_free(vc->floors[i].data.t1.list);
220 av_freep(&vc->floors);
454 // Process floors part
468 vc->floors
757 vorbis_floor *floors = vc->floors; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvorbis_enc.c115 vorbis_enc_floor *floors; member in struct:__anon2230
262 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
265 fc = &venc->floors[0];
580 // floors
583 put_floor_header(&pb, &venc->floors[i]);
1001 vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
1049 if (venc->floors)
1052 if (venc->floors[i].classes)
1053 for (j = 0; j < venc->floors[i].nclasses; j++)
1054 av_freep(&venc->floors[
[all...]
H A Dvorbis_dec.c143 vorbis_floor *floors; member in struct:vorbis_context_s
211 if (vc->floors[i].floor_type == 0) {
212 av_free(vc->floors[i].data.t0.map[0]);
213 av_free(vc->floors[i].data.t0.map[1]);
214 av_free(vc->floors[i].data.t0.book_list);
215 av_free(vc->floors[i].data.t0.lsp);
217 av_free(vc->floors[i].data.t1.list);
220 av_freep(&vc->floors);
454 // Process floors part
468 vc->floors
757 vorbis_floor *floors = vc->floors; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvorbis_enc.c115 vorbis_enc_floor *floors; member in struct:__anon36255
262 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
265 fc = &venc->floors[0];
580 // floors
583 put_floor_header(&pb, &venc->floors[i]);
1001 vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
1049 if (venc->floors)
1052 if (venc->floors[i].classes)
1053 for (j = 0; j < venc->floors[i].nclasses; j++)
1054 av_freep(&venc->floors[
[all...]
H A Dvorbis_dec.c143 vorbis_floor *floors; member in struct:vorbis_context_s
211 if (vc->floors[i].floor_type == 0) {
212 av_free(vc->floors[i].data.t0.map[0]);
213 av_free(vc->floors[i].data.t0.map[1]);
214 av_free(vc->floors[i].data.t0.book_list);
215 av_free(vc->floors[i].data.t0.lsp);
217 av_free(vc->floors[i].data.t1.list);
220 av_freep(&vc->floors);
454 // Process floors part
468 vc->floors
757 vorbis_floor *floors = vc->floors; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/librpc/rpc/
H A Ddcerpc_util.c184 s->twr_r->tower.floors[3].lhs.protocol != s->twr.tower.floors[3].lhs.protocol) {
191 dcerpc_floor_get_rhs_data(c, &s->twr_r->tower.floors[3]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/librpc/rpc/
H A Ddcerpc_util.c184 s->twr_r->tower.floors[3].lhs.protocol != s->twr.tower.floors[3].lhs.protocol) {
191 dcerpc_floor_get_rhs_data(c, &s->twr_r->tower.floors[3]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/librpc/rpc/
H A Ddcerpc_util.c184 s->twr_r->tower.floors[3].lhs.protocol != s->twr.tower.floors[3].lhs.protocol) {
191 dcerpc_floor_get_rhs_data(c, &s->twr_r->tower.floors[3]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Depmapper.h221 struct epm_floor *floors; member in struct:epm_tower

Completed in 229 milliseconds

12