Searched refs:pidl_hdr (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba3/
H A DServerNDR.pm30 sub pidl_hdr($) { $res_hdr .= (shift)."\n"; } subroutine
31 sub fn_declare($) { my ($n) = @_; pidl $n; pidl_hdr "$n;"; }
131 pidl_hdr "$proto";
229 pidl_hdr "NTSTATUS rpc_$if->{NAME}_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);";
270 pidl_hdr "#ifndef __SRV_$uif\__";
271 pidl_hdr "#define __SRV_$uif\__";
294 pidl_hdr "void $if->{NAME}_get_pipe_fns(struct api_struct **fns, int *n_fns);";
306 pidl_hdr "NTSTATUS rpc_$if->{NAME}_init(void);";
312 pidl_hdr "#endif /* __SRV_$uif\__ */";
329 pidl_hdr "#includ
[all...]
H A DClientNDR.pm26 sub pidl_hdr($$) { my ($self, $txt) = @_; $self->{res_hdr} .= "$txt\n"; } subroutine
27 sub fn_declare($$) { my ($self,$n) = @_; $self->pidl($n); $self->pidl_hdr("$n;"); }
496 $self->pidl_hdr("#ifndef __CLI_$uif\__");
497 $self->pidl_hdr("#define __CLI_$uif\__");
502 $self->pidl_hdr("#endif /* __CLI_$uif\__ */");
516 $self->pidl_hdr("#include \"$ndr_header\"");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba3/
H A DServerNDR.pm30 sub pidl_hdr($) { $res_hdr .= (shift)."\n"; } subroutine
31 sub fn_declare($) { my ($n) = @_; pidl $n; pidl_hdr "$n;"; }
131 pidl_hdr "$proto";
229 pidl_hdr "NTSTATUS rpc_$if->{NAME}_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);";
270 pidl_hdr "#ifndef __SRV_$uif\__";
271 pidl_hdr "#define __SRV_$uif\__";
294 pidl_hdr "void $if->{NAME}_get_pipe_fns(struct api_struct **fns, int *n_fns);";
306 pidl_hdr "NTSTATUS rpc_$if->{NAME}_init(void);";
312 pidl_hdr "#endif /* __SRV_$uif\__ */";
329 pidl_hdr "#includ
[all...]
H A DClientNDR.pm26 sub pidl_hdr($$) { my ($self, $txt) = @_; $self->{res_hdr} .= "$txt\n"; } subroutine
27 sub fn_declare($$) { my ($self,$n) = @_; $self->pidl($n); $self->pidl_hdr("$n;"); }
496 $self->pidl_hdr("#ifndef __CLI_$uif\__");
497 $self->pidl_hdr("#define __CLI_$uif\__");
502 $self->pidl_hdr("#endif /* __CLI_$uif\__ */");
516 $self->pidl_hdr("#include \"$ndr_header\"");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba3/
H A DServerNDR.pm30 sub pidl_hdr($) { $res_hdr .= (shift)."\n"; } subroutine
31 sub fn_declare($) { my ($n) = @_; pidl $n; pidl_hdr "$n;"; }
131 pidl_hdr "$proto";
229 pidl_hdr "NTSTATUS rpc_$if->{NAME}_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);";
270 pidl_hdr "#ifndef __SRV_$uif\__";
271 pidl_hdr "#define __SRV_$uif\__";
294 pidl_hdr "void $if->{NAME}_get_pipe_fns(struct api_struct **fns, int *n_fns);";
306 pidl_hdr "NTSTATUS rpc_$if->{NAME}_init(void);";
312 pidl_hdr "#endif /* __SRV_$uif\__ */";
329 pidl_hdr "#includ
[all...]
H A DClientNDR.pm26 sub pidl_hdr($$) { my ($self, $txt) = @_; $self->{res_hdr} .= "$txt\n"; } subroutine
27 sub fn_declare($$) { my ($self,$n) = @_; $self->pidl($n); $self->pidl_hdr("$n;"); }
496 $self->pidl_hdr("#ifndef __CLI_$uif\__");
497 $self->pidl_hdr("#define __CLI_$uif\__");
502 $self->pidl_hdr("#endif /* __CLI_$uif\__ */");
516 $self->pidl_hdr("#include \"$ndr_header\"");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/
H A DTDR.pm30 sub pidl_hdr($$) { my $self = shift; $self->{ret_hdr} .= (shift)."\n"; } subroutine
42 $self->pidl($d); $self->pidl_hdr("$d;");
245 $self->pidl_hdr("#ifndef __TDR_$x->{NAME}_HEADER__");
246 $self->pidl_hdr("#define __TDR_$x->{NAME}_HEADER__");
254 $self->pidl_hdr("#endif /* __TDR_$x->{NAME}_HEADER__ */");
274 $self->pidl_hdr("/* autogenerated by pidl */");
275 $self->pidl_hdr("#include \"$baseheader\"");
276 $self->pidl_hdr(choose_header("lib/tdr/tdr.h", "tdr.h"));
277 $self->pidl_hdr("");
H A DPython.pm32 sub pidl_hdr ($$) subroutine
78 $self->pidl_hdr("#include \"librpc/gen_ndr/$_\.h\"\n");
318 $self->pidl_hdr("staticforward PyTypeObject $name\_Type;\n");
660 $self->pidl_hdr("staticforward PyTypeObject $interface->{NAME}_InterfaceType;\n");
732 $self->pidl_hdr("\n");
1142 $self->pidl_hdr("
1194 $self->pidl_hdr("static PyTypeObject *$_\_Type;\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/
H A DTDR.pm30 sub pidl_hdr($$) { my $self = shift; $self->{ret_hdr} .= (shift)."\n"; } subroutine
42 $self->pidl($d); $self->pidl_hdr("$d;");
245 $self->pidl_hdr("#ifndef __TDR_$x->{NAME}_HEADER__");
246 $self->pidl_hdr("#define __TDR_$x->{NAME}_HEADER__");
254 $self->pidl_hdr("#endif /* __TDR_$x->{NAME}_HEADER__ */");
274 $self->pidl_hdr("/* autogenerated by pidl */");
275 $self->pidl_hdr("#include \"$baseheader\"");
276 $self->pidl_hdr(choose_header("lib/tdr/tdr.h", "tdr.h"));
277 $self->pidl_hdr("");
H A DPython.pm32 sub pidl_hdr ($$) subroutine
78 $self->pidl_hdr("#include \"librpc/gen_ndr/$_\.h\"\n");
318 $self->pidl_hdr("staticforward PyTypeObject $name\_Type;\n");
660 $self->pidl_hdr("staticforward PyTypeObject $interface->{NAME}_InterfaceType;\n");
732 $self->pidl_hdr("\n");
1142 $self->pidl_hdr("
1194 $self->pidl_hdr("static PyTypeObject *$_\_Type;\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/
H A DTDR.pm30 sub pidl_hdr($$) { my $self = shift; $self->{ret_hdr} .= (shift)."\n"; } subroutine
42 $self->pidl($d); $self->pidl_hdr("$d;");
245 $self->pidl_hdr("#ifndef __TDR_$x->{NAME}_HEADER__");
246 $self->pidl_hdr("#define __TDR_$x->{NAME}_HEADER__");
254 $self->pidl_hdr("#endif /* __TDR_$x->{NAME}_HEADER__ */");
274 $self->pidl_hdr("/* autogenerated by pidl */");
275 $self->pidl_hdr("#include \"$baseheader\"");
276 $self->pidl_hdr(choose_header("lib/tdr/tdr.h", "tdr.h"));
277 $self->pidl_hdr("");
H A DPython.pm32 sub pidl_hdr ($$) subroutine
78 $self->pidl_hdr("#include \"librpc/gen_ndr/$_\.h\"\n");
318 $self->pidl_hdr("staticforward PyTypeObject $name\_Type;\n");
660 $self->pidl_hdr("staticforward PyTypeObject $interface->{NAME}_InterfaceType;\n");
732 $self->pidl_hdr("\n");
1142 $self->pidl_hdr("
1194 $self->pidl_hdr("static PyTypeObject *$_\_Type;\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DNDR.pm102 sub pidl_hdr($$) { my ($self,$x) = @_; $self->{res}->{hdr} .= "$x\n"; } subroutine
148 $self->pidl_hdr("#define $1 ($2)");
152 $self->pidl_hdr("extern const value_string $valsstring\[];");
153 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);");
198 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
539 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
650 $self->pidl_hdr("#define $const->{NAME}\t( $const->{VALUE} )\n");
652 $self->pidl_hdr("#define $const->{NAME}\t $const->{VALUE}\n");
748 $self->pidl_hdr("#include \"$_\"");
750 $self->pidl_hdr("");
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DNDR.pm102 sub pidl_hdr($$) { my ($self,$x) = @_; $self->{res}->{hdr} .= "$x\n"; } subroutine
148 $self->pidl_hdr("#define $1 ($2)");
152 $self->pidl_hdr("extern const value_string $valsstring\[];");
153 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);");
198 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
539 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
650 $self->pidl_hdr("#define $const->{NAME}\t( $const->{VALUE} )\n");
652 $self->pidl_hdr("#define $const->{NAME}\t $const->{VALUE}\n");
748 $self->pidl_hdr("#include \"$_\"");
750 $self->pidl_hdr("");
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DNDR.pm102 sub pidl_hdr($$) { my ($self,$x) = @_; $self->{res}->{hdr} .= "$x\n"; } subroutine
148 $self->pidl_hdr("#define $1 ($2)");
152 $self->pidl_hdr("extern const value_string $valsstring\[];");
153 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);");
198 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
539 $self->pidl_hdr("int $dissectorname(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);");
650 $self->pidl_hdr("#define $const->{NAME}\t( $const->{VALUE} )\n");
652 $self->pidl_hdr("#define $const->{NAME}\t $const->{VALUE}\n");
748 $self->pidl_hdr("#include \"$_\"");
750 $self->pidl_hdr("");
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/NDR/
H A DParser.pm96 sub pidl_hdr($$) { my ($self, $d) = @_; $self->{res_hdr} .= "$d\n"; } subroutine
145 $self->pidl_hdr("$decl;");
150 $self->pidl_hdr("$decl;");
2013 $self->pidl_hdr("void ndr_print_$fn->{NAME}(struct ndr_print *$ndr, const char *name, int flags, const struct $fn->{NAME} *r);");
2373 $self->pidl_hdr("#include $_");
2401 $self->pidl_hdr("#define NDR_$name\_UUID " .
2405 $self->pidl_hdr("#define NDR_$name\_VERSION $interface->{PROPERTIES}->{version}");
2407 $self->pidl_hdr("#define NDR_$name\_NAME \"$interface->{NAME}\"");
2410 $self->pidl_hdr("#define NDR_$name\_HELPSTRING $interface->{PROPERTIES}->{helpstring}");
2412 $self->pidl_hdr("exter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/NDR/
H A DParser.pm96 sub pidl_hdr($$) { my ($self, $d) = @_; $self->{res_hdr} .= "$d\n"; } subroutine
145 $self->pidl_hdr("$decl;");
150 $self->pidl_hdr("$decl;");
2013 $self->pidl_hdr("void ndr_print_$fn->{NAME}(struct ndr_print *$ndr, const char *name, int flags, const struct $fn->{NAME} *r);");
2373 $self->pidl_hdr("#include $_");
2401 $self->pidl_hdr("#define NDR_$name\_UUID " .
2405 $self->pidl_hdr("#define NDR_$name\_VERSION $interface->{PROPERTIES}->{version}");
2407 $self->pidl_hdr("#define NDR_$name\_NAME \"$interface->{NAME}\"");
2410 $self->pidl_hdr("#define NDR_$name\_HELPSTRING $interface->{PROPERTIES}->{helpstring}");
2412 $self->pidl_hdr("exter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/NDR/
H A DParser.pm96 sub pidl_hdr($$) { my ($self, $d) = @_; $self->{res_hdr} .= "$d\n"; } subroutine
145 $self->pidl_hdr("$decl;");
150 $self->pidl_hdr("$decl;");
2013 $self->pidl_hdr("void ndr_print_$fn->{NAME}(struct ndr_print *$ndr, const char *name, int flags, const struct $fn->{NAME} *r);");
2373 $self->pidl_hdr("#include $_");
2401 $self->pidl_hdr("#define NDR_$name\_UUID " .
2405 $self->pidl_hdr("#define NDR_$name\_VERSION $interface->{PROPERTIES}->{version}");
2407 $self->pidl_hdr("#define NDR_$name\_NAME \"$interface->{NAME}\"");
2410 $self->pidl_hdr("#define NDR_$name\_HELPSTRING $interface->{PROPERTIES}->{helpstring}");
2412 $self->pidl_hdr("exter
[all...]

Completed in 97 milliseconds