table              76 lib/popt/popthelp.c     if (table != NULL)
table              77 lib/popt/popthelp.c     for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
table             447 lib/popt/popthelp.c     if (table == poptAliasOptions) {
table             453 lib/popt/popthelp.c     if (table != NULL)
table             454 lib/popt/popthelp.c     for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
table             460 lib/popt/popthelp.c     if (table != NULL)
table             461 lib/popt/popthelp.c     for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
table             198 lib/zlib/contrib/infback9/inftree9.c     next = *table;              /* current table to fill in */
table             278 lib/zlib/contrib/infback9/inftree9.c             (*table)[low].op = (unsigned char)curr;
table             279 lib/zlib/contrib/infback9/inftree9.c             (*table)[low].bits = (unsigned char)root;
table             280 lib/zlib/contrib/infback9/inftree9.c             (*table)[low].val = (unsigned short)(next - *table);
table             299 lib/zlib/contrib/infback9/inftree9.c             next = *table;
table             320 lib/zlib/contrib/infback9/inftree9.c     *table += used;
table             190 lib/zlib/crc32.c         fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : "    ", table[n],
table             121 lib/zlib/inftrees.c         *(*table)++ = this;             /* make a table to force an error */
table             122 lib/zlib/inftrees.c         *(*table)++ = this;
table             204 lib/zlib/inftrees.c     next = *table;              /* current table to fill in */
table             285 lib/zlib/inftrees.c             (*table)[low].op = (unsigned char)curr;
table             286 lib/zlib/inftrees.c             (*table)[low].bits = (unsigned char)root;
table             287 lib/zlib/inftrees.c             (*table)[low].val = (unsigned short)(next - *table);
table             306 lib/zlib/inftrees.c             next = *table;
table             326 lib/zlib/inftrees.c     *table += used;
table             208 lib/zlib/zutil.c local ptr_table table[MAX_PTR];
table             231 lib/zlib/zutil.c     table[next_ptr].org_ptr = buf;
table             236 lib/zlib/zutil.c     table[next_ptr++].new_ptr = buf;
table             249 lib/zlib/zutil.c         if (ptr != table[n].new_ptr) continue;
table             251 lib/zlib/zutil.c         farfree(table[n].org_ptr);
table             253 lib/zlib/zutil.c             table[n-1] = table[n];
table             338 librpc/ndr/libndr.h 	const struct ndr_interface_table *table;
table              39 librpc/ndr/ndr_table.c 		if (GUID_equal(&table->syntax_id.uuid, &l->table->syntax_id.uuid)) {
table              42 librpc/ndr/ndr_table.c 				  table->name, l->table->name));
table              48 librpc/ndr/ndr_table.c 	l->table = table;
table              62 librpc/ndr/ndr_table.c 		if (GUID_equal(&l->table->syntax_id.uuid, uuid) &&
table              63 librpc/ndr/ndr_table.c 		    l->table->syntax_id.if_version == if_version) {
table              64 librpc/ndr/ndr_table.c 			return l->table->name;
table              77 librpc/ndr/ndr_table.c 		if (GUID_equal(&l->table->syntax_id.uuid, uuid) &&
table              78 librpc/ndr/ndr_table.c 		    l->table->syntax_id.if_version == if_version) {
table              79 librpc/ndr/ndr_table.c 			return l->table->num_calls;
table              93 librpc/ndr/ndr_table.c 		if (strcasecmp(l->table->name, name) == 0) {
table              94 librpc/ndr/ndr_table.c 			return l->table;
table             107 librpc/ndr/ndr_table.c 		if (GUID_equal(&l->table->syntax_id.uuid, uuid)) {
table             108 librpc/ndr/ndr_table.c 			return l->table;
table              58 librpc/tools/ndrdump.c 		if(l->table->helpstring) {
table              59 librpc/tools/ndrdump.c 			printf("\t%s - %s\n", l->table->name, l->table->helpstring);
table              61 librpc/tools/ndrdump.c 			printf("\t%s\n", l->table->name);
table             702 nsswitch/winbind_nss_aix.c 	      key, table, size, attributes[0]);
table             705 nsswitch/winbind_nss_aix.c 	    strcmp(table, "user") == 0) {
table             710 nsswitch/winbind_nss_aix.c 	    strcmp(table, "group") == 0) {
table             714 nsswitch/winbind_nss_aix.c 	if (strcmp(table, "user") == 0) {
table             718 nsswitch/winbind_nss_aix.c 	if (strcmp(table, "group") == 0) {
table             722 nsswitch/winbind_nss_aix.c 	logit("Unknown getentry operation key='%s' table='%s'\n", key, table);
table             990 nsswitch/winbind_nss_aix.c 	      key, table, size>=1?attributes[0]:"<null>");
table             126 source3/include/client.h 			const struct ndr_interface_table *table,
table            1408 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GtkWidget *table;
table            1478 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	table = gtk_table_new(6, 3, TRUE);
table            1479 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_set_row_spacings(GTK_TABLE(table), 5);
table            1480 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_set_col_spacings(GTK_TABLE(table), 5);
table            1481 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_container_add(GTK_CONTAINER(vbox), table);
table            1487 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
table            1508 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		gtk_table_attach_defaults(GTK_TABLE(table), entry, 1, 3, 0, 1);
table            1516 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 3, 1, 2);
table            1522 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 2, 3);
table            1542 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 3, 2, 3);
table            1553 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 3, 4);
table            1560 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_table_attach_defaults(GTK_TABLE(table), label, 1, 3, 3, 4);
table             221 source3/lib/smbldap.c 	while ( table[i].attrib != LDAP_ATTR_LIST_END ) {
table             222 source3/lib/smbldap.c 		if ( table[i].attrib == key )
table             223 source3/lib/smbldap.c 			return table[i].name;
table             240 source3/lib/smbldap.c 	while ( table[i].attrib != LDAP_ATTR_LIST_END )
table             251 source3/lib/smbldap.c 	while ( table[i].attrib != LDAP_ATTR_LIST_END ) {
table             252 source3/lib/smbldap.c 		names[i] = talloc_strdup( names, table[i].name );
table             318 source3/libgpo/gpext/gpext.c 	for (i=0; table[i].val; i++) {
table             320 source3/libgpo/gpext/gpext.c 					     table[i].val,
table             321 source3/libgpo/gpext/gpext.c 					     table[i].type,
table             322 source3/libgpo/gpext/gpext.c 					     table[i].data);
table             347 source3/libgpo/gpext/gpext.c 	status = gp_ext_info_add_reg_table(mem_ctx, module, entry, table);
table             572 source3/libgpo/gpext/registry.c 	struct gp_extension_reg_table table[] = {
table             582 source3/libgpo/gpext/registry.c 				       table, info);
table              52 source3/libgpo/gpext/scripts.c 	struct gp_extension_reg_table table[] = {
table              65 source3/libgpo/gpext/scripts.c 				       table, info);
table             191 source3/libgpo/gpext/security.c 	struct gp_extension_reg_table table[] = {
table             205 source3/libgpo/gpext/security.c 				       table, info);
table             111 source3/libgpo/gpo_util.c 	for (i = 0; table[i].name; i++) {
table             112 source3/libgpo/gpo_util.c 		if (strequal(name, table[i].name)) {
table             113 source3/libgpo/gpo_util.c 			return table[i].guid_string;
table             128 source3/libgpo/gpo_util.c 	for (i = 0; table[i].guid_string; i++) {
table             129 source3/libgpo/gpo_util.c 		if (strequal(guid_string, table[i].guid_string)) {
table             130 source3/libgpo/gpo_util.c 			return table[i].name;
table             144 source3/libgpo/gpo_util.c 	for (i = 0; table[i].guid_string; i++) {
table             145 source3/libgpo/gpo_util.c 		if (strequal(guid_string, table[i].guid_string)) {
table             146 source3/libgpo/gpo_util.c 			return table[i].name;
table              39 source3/librpc/rpc/dcerpc.c 	SMB_ASSERT(p->table->num_calls > opnum);
table              41 source3/librpc/rpc/dcerpc.c 	call = &p->table->calls[opnum];
table             172 source3/librpc/rpc/dcerpc.c 	nt_status = cli_rpc_pipe_open_noauth(p->cli, &table->syntax_id,
table             180 source3/librpc/rpc/dcerpc.c 	p->table = table;
table              40 source3/librpc/rpc/dcerpc.h 	const struct ndr_interface_table *table;
table             262 source3/modules/getdate.c   table local_time_zone_table[3];
table            2166 source3/modules/getdate.c static table const meridian_table[] =
table            2175 source3/modules/getdate.c static table const dst_table[] =
table            2180 source3/modules/getdate.c static table const month_and_day_table[] =
table            2209 source3/modules/getdate.c static table const time_units_table[] =
table            2225 source3/modules/getdate.c static table const relative_time_table[] =
table            2255 source3/modules/getdate.c static table const time_zone_table[] =
table            2311 source3/modules/getdate.c static table const military_table[] =
table            2377 source3/modules/getdate.c static table const *
table            2380 source3/modules/getdate.c   table const *tp;
table            2421 source3/modules/getdate.c static table const *
table            2427 source3/modules/getdate.c   table const *tp;
table            2534 source3/modules/getdate.c 	  table const *tp;
table             153 source3/modules/getdate.y   table local_time_zone_table[3];
table             465 source3/modules/getdate.y static table const meridian_table[] =
table             474 source3/modules/getdate.y static table const dst_table[] =
table             479 source3/modules/getdate.y static table const month_and_day_table[] =
table             508 source3/modules/getdate.y static table const time_units_table[] =
table             524 source3/modules/getdate.y static table const relative_time_table[] =
table             554 source3/modules/getdate.y static table const time_zone_table[] =
table             610 source3/modules/getdate.y static table const military_table[] =
table             676 source3/modules/getdate.y static table const *
table             679 source3/modules/getdate.y   table const *tp;
table             720 source3/modules/getdate.y static table const *
table             726 source3/modules/getdate.y   table const *tp;
table             833 source3/modules/getdate.y 	  table const *tp;
table              38 source3/rpc_client/ndr.c 	SMB_ASSERT(ndr_syntax_id_equal(&table->syntax_id,
table              40 source3/rpc_client/ndr.c 	SMB_ASSERT(table->num_calls > opnum);
table              42 source3/rpc_client/ndr.c 	call = &table->calls[opnum];
table              76 source3/torture/rpc_open_tcp.c 	const struct ndr_interface_table **table;
table              86 source3/torture/rpc_open_tcp.c 	for (table = tables; *table != NULL; table++) {
table              87 source3/torture/rpc_open_tcp.c 		if (strequal((*table)->name, argv[1])) {
table              92 source3/torture/rpc_open_tcp.c 	if (*table == NULL) {
table              97 source3/torture/rpc_open_tcp.c 	status = rpc_pipe_open_tcp(mem_ctx, argv[2], &((*table)->syntax_id),
table            1109 source3/utils/net_conf.c 		for (i=0; table[i].funcname; i++) {
table            1110 source3/utils/net_conf.c 			if (StrCaseCmp(argv[0], table[i].funcname) == 0)
table            1111 source3/utils/net_conf.c 				return net_conf_wrap_function(c, table[i].fn,
table            1118 source3/utils/net_conf.c 	for (i=0; table[i].funcname; i++) {
table            1120 source3/utils/net_conf.c 			d_printf("%s %-15s %s\n", whoami, table[i].funcname,
table            1121 source3/utils/net_conf.c 				 table[i].description);
table            1123 source3/utils/net_conf.c 			d_printf("%s\n", table[i].usage);
table              33 source3/utils/net_help.c 	struct functable *table = (struct functable*) c->private_data;
table              37 source3/utils/net_help.c 	for (i=0; table[i].funcname != NULL; i++) {
table              39 source3/utils/net_help.c 			d_printf("net %s usage:\n", table[i].funcname);
table              40 source3/utils/net_help.c 			d_printf("\n%s\n\n", table[i].usage);
table              42 source3/utils/net_help.c 			d_printf("%s %-15s %s\n", "net", table[i].funcname,
table              43 source3/utils/net_help.c 				 table[i].description);
table             506 source3/utils/net_lookup.c 	struct functable table[] = {
table             524 source3/utils/net_lookup.c 	for (i=0; table[i].funcname; i++) {
table             525 source3/utils/net_lookup.c 		if (StrCaseCmp(argv[0], table[i].funcname) == 0)
table             526 source3/utils/net_lookup.c 			return table[i].fn(c, argc-1, argv+1);
table             571 source3/utils/net_util.c 		for (i=0; table[i].funcname != NULL; i++) {
table             572 source3/utils/net_util.c 			if (StrCaseCmp(argv[0], table[i].funcname) == 0)
table             573 source3/utils/net_util.c 				return table[i].fn(c, argc-1, argv+1);
table             582 source3/utils/net_util.c 	for (i=0; table[i].funcname != NULL; i++) {
table             584 source3/utils/net_util.c 			d_printf("%s %-15s %s\n", whoami, table[i].funcname,
table             585 source3/utils/net_util.c 				 table[i].description);
table             587 source3/utils/net_util.c 			d_printf("%s\n", table[i].usage);
table             596 source3/utils/net_util.c 	for (i=0; table[i].funcname != NULL; i++) {
table             597 source3/utils/net_util.c 		d_printf("%s\n", table[i].usage);
table             536 source3/winbindd/winbindd.c 	struct winbindd_dispatch_table *table = dispatch_table;
table             557 source3/winbindd/winbindd.c 	for (table = dispatch_table; table->fn; table++) {
table             558 source3/winbindd/winbindd.c 		if (state->request.cmd == table->cmd) {
table             560 source3/winbindd/winbindd.c 				  table->winbindd_cmd_name ));
table             561 source3/winbindd/winbindd.c 			table->fn(state);
table             566 source3/winbindd/winbindd.c 	if (!table->fn) {
table             156 source3/winbindd/winbindd.h 	const struct winbindd_child_dispatch_table *table;
table             436 source3/winbindd/winbindd_dual.c 	const struct winbindd_child_dispatch_table *table = child->table;
table             449 source3/winbindd/winbindd_dual.c 	for (; table->name; table++) {
table             450 source3/winbindd/winbindd_dual.c 		if (state->request.cmd == table->struct_cmd) {
table             452 source3/winbindd/winbindd_dual.c 				  table->name));
table             453 source3/winbindd/winbindd_dual.c 			state->response.result = table->struct_fn(domain, state);
table             479 source3/winbindd/winbindd_dual.c 	child->table = table;
table              47 source3/winbindd/winbindd_ndr.c 	ndr_print_ptr(ndr, "table", r->table);
table             166 source4/heimdal/lib/com_err/com_err.c 	if (et->table->base == new_table->table->base)
table              50 source4/heimdal/lib/com_err/com_right.h     struct error_table *table;
table              54 source4/heimdal/lib/com_err/error.c 	if (code >= p->table->base && code < p->table->base + p->table->n_msgs) {
table              55 source4/heimdal/lib/com_err/error.c 	    const char *str = p->table->msgs[code - p->table->base];
table              58 source4/heimdal/lib/com_err/error.c 	    snprintf(domain, sizeof(domain), "heim_com_err%d", p->table->base);
table              81 source4/heimdal/lib/com_err/error.c         if (et->table->msgs == messages)
table              87 source4/heimdal/lib/com_err/error.c     et->table = &f->et;
table              88 source4/heimdal/lib/com_err/error.c     et->table->msgs = messages;
table              89 source4/heimdal/lib/com_err/error.c     et->table->n_msgs = num_errors;
table              90 source4/heimdal/lib/com_err/error.c     et->table->base = base;
table              38 source4/heimdal/lib/krb5/crc.c static u_long table[256];
table              60 source4/heimdal/lib/krb5/crc.c 	table[i] = crc;
table              69 source4/heimdal/lib/krb5/crc.c 	res = table[(res ^ *p++) & 0xFF] ^ (res >> 8);
table             112 source4/heimdal/lib/krb5/log.c     while(table->s && strcasecmp(table->s, s))
table             113 source4/heimdal/lib/krb5/log.c 	table++;
table             114 source4/heimdal/lib/krb5/log.c     return table->val;
table              73 source4/heimdal/lib/roken/rtbl.c     table->flags = flags;
table              79 source4/heimdal/lib/roken/rtbl.c     return table->flags;
table              86 source4/heimdal/lib/roken/rtbl.c     for(i = 0; i < table->num_columns; i++)
table              87 source4/heimdal/lib/roken/rtbl.c 	if(table->columns[i]->column_id == id)
table              88 source4/heimdal/lib/roken/rtbl.c 	    return table->columns[i];
table              96 source4/heimdal/lib/roken/rtbl.c     for(i = 0; i < table->num_columns; i++)
table              97 source4/heimdal/lib/roken/rtbl.c 	if(strcmp(table->columns[i]->header, column) == 0)
table              98 source4/heimdal/lib/roken/rtbl.c 	    return table->columns[i];
table             107 source4/heimdal/lib/roken/rtbl.c     for (i = 0; i < table->num_columns; i++) {
table             108 source4/heimdal/lib/roken/rtbl.c 	struct column_data *c = table->columns[i];
table             118 source4/heimdal/lib/roken/rtbl.c     free (table->column_prefix);
table             119 source4/heimdal/lib/roken/rtbl.c     free (table->column_separator);
table             120 source4/heimdal/lib/roken/rtbl.c     free (table->columns);
table             121 source4/heimdal/lib/roken/rtbl.c     free (table);
table             130 source4/heimdal/lib/roken/rtbl.c     tmp = realloc (table->columns, (table->num_columns + 1) * sizeof (*tmp));
table             133 source4/heimdal/lib/roken/rtbl.c     table->columns = tmp;
table             149 source4/heimdal/lib/roken/rtbl.c     table->columns[table->num_columns++] = col;
table             156 source4/heimdal/lib/roken/rtbl.c     return rtbl_add_column_by_id(table, 0, header, flags);
table             164 source4/heimdal/lib/roken/rtbl.c     for (c = 0; c < table->num_columns; c++)
table             165 source4/heimdal/lib/roken/rtbl.c 	if(table->columns[c]->num_rows > max_rows)
table             166 source4/heimdal/lib/roken/rtbl.c 	    max_rows = table->columns[c]->num_rows;
table             167 source4/heimdal/lib/roken/rtbl.c     for (c = 0; c < table->num_columns; c++) {
table             170 source4/heimdal/lib/roken/rtbl.c 	if(table->columns[c]->num_rows == max_rows)
table             172 source4/heimdal/lib/roken/rtbl.c 	tmp = realloc(table->columns[c]->rows,
table             173 source4/heimdal/lib/roken/rtbl.c 		      max_rows * sizeof(table->columns[c]->rows));
table             176 source4/heimdal/lib/roken/rtbl.c 	table->columns[c]->rows = tmp;
table             177 source4/heimdal/lib/roken/rtbl.c 	while(table->columns[c]->num_rows < max_rows) {
table             178 source4/heimdal/lib/roken/rtbl.c 	    if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL)
table             190 source4/heimdal/lib/roken/rtbl.c     if(table->flags & RTBL_HEADER_STYLE_NONE)
table             202 source4/heimdal/lib/roken/rtbl.c     if (table->column_prefix)
table             203 source4/heimdal/lib/roken/rtbl.c 	free (table->column_prefix);
table             204 source4/heimdal/lib/roken/rtbl.c     table->column_prefix = strdup (prefix);
table             205 source4/heimdal/lib/roken/rtbl.c     if (table->column_prefix == NULL)
table             213 source4/heimdal/lib/roken/rtbl.c     if (table->column_separator)
table             214 source4/heimdal/lib/roken/rtbl.c 	free (table->column_separator);
table             215 source4/heimdal/lib/roken/rtbl.c     table->column_separator = strdup (separator);
table             216 source4/heimdal/lib/roken/rtbl.c     if (table->column_separator == NULL)
table             225 source4/heimdal/lib/roken/rtbl.c     struct column_data *c = rtbl_get_column (table, column);
table             241 source4/heimdal/lib/roken/rtbl.c     struct column_data *c = rtbl_get_column_by_id (table, id);
table             275 source4/heimdal/lib/roken/rtbl.c     if (table->column_prefix)
table             276 source4/heimdal/lib/roken/rtbl.c 	return table->column_prefix;
table             309 source4/heimdal/lib/roken/rtbl.c     struct column_data *c = rtbl_get_column_by_id (table, id);
table             330 source4/heimdal/lib/roken/rtbl.c     ret = rtbl_add_column_entry_by_id(table, id, str);
table             338 source4/heimdal/lib/roken/rtbl.c     struct column_data *c = rtbl_get_column (table, column);
table             358 source4/heimdal/lib/roken/rtbl.c     ret = rtbl_add_column_entry(table, column, str);
table             369 source4/heimdal/lib/roken/rtbl.c     for (i = 0; i < table->num_columns; i++)
table             370 source4/heimdal/lib/roken/rtbl.c 	column_compute_width (table, table->columns[i]);
table             371 source4/heimdal/lib/roken/rtbl.c     if((table->flags & RTBL_HEADER_STYLE_NONE) == 0) {
table             372 source4/heimdal/lib/roken/rtbl.c 	for (i = 0; i < table->num_columns; i++) {
table             373 source4/heimdal/lib/roken/rtbl.c 	    struct column_data *c = table->columns[i];
table             375 source4/heimdal/lib/roken/rtbl.c 	    if(table->column_separator != NULL && i > 0)
table             376 source4/heimdal/lib/roken/rtbl.c 		fprintf (f, "%s", table->column_separator);
table             377 source4/heimdal/lib/roken/rtbl.c 	    fprintf (f, "%s", get_column_prefix (table, c));
table             378 source4/heimdal/lib/roken/rtbl.c 	    if(i == table->num_columns - 1 && c->suffix == NULL)
table             383 source4/heimdal/lib/roken/rtbl.c 	    fprintf (f, "%s", get_column_suffix (table, c));
table             392 source4/heimdal/lib/roken/rtbl.c 	for (i = 0; flag == 0 && i < table->num_columns; ++i) {
table             393 source4/heimdal/lib/roken/rtbl.c 	    struct column_data *c = table->columns[i];
table             403 source4/heimdal/lib/roken/rtbl.c 	for (i = 0; i < table->num_columns; i++) {
table             405 source4/heimdal/lib/roken/rtbl.c 	    struct column_data *c = table->columns[i];
table             407 source4/heimdal/lib/roken/rtbl.c 	    if(table->column_separator != NULL && i > 0)
table             408 source4/heimdal/lib/roken/rtbl.c 		fprintf (f, "%s", table->column_separator);
table             413 source4/heimdal/lib/roken/rtbl.c 		if(i == table->num_columns - 1 && c->suffix == NULL)
table             419 source4/heimdal/lib/roken/rtbl.c 	    fprintf (f, "%s", get_column_prefix (table, c));
table             424 source4/heimdal/lib/roken/rtbl.c 	    fprintf (f, "%s", get_column_suffix (table, c));
table             435 source4/heimdal/lib/roken/rtbl.c     rtbl_t table;
table             437 source4/heimdal/lib/roken/rtbl.c     table = rtbl_create ();
table             438 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 0, "Issued", 0);
table             439 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 1, "Expires", 0);
table             440 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 2, "Foo", RTBL_ALIGN_RIGHT);
table             441 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 3, "Principal", 0);
table             443 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 0, "Jul  7 21:19:29");
table             444 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 1, "Jul  8 07:19:29");
table             445 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 2, "73");
table             446 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 2, "0");
table             447 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 2, "-2000");
table             448 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 3, "krbtgt/NADA.KTH.SE@NADA.KTH.SE");
table             450 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 0, "Jul  7 21:19:29");
table             451 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 1, "Jul  8 07:19:29");
table             452 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 3, "afs/pdc.kth.se@NADA.KTH.SE");
table             454 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 0, "Jul  7 21:19:29");
table             455 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 1, "Jul  8 07:19:29");
table             456 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 3, "afs@NADA.KTH.SE");
table             458 source4/heimdal/lib/roken/rtbl.c     rtbl_set_separator (table, "  ");
table             460 source4/heimdal/lib/roken/rtbl.c     rtbl_format (table, stdout);
table             462 source4/heimdal/lib/roken/rtbl.c     rtbl_destroy (table);
table             466 source4/heimdal/lib/roken/rtbl.c     table = rtbl_create ();
table             467 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 0, "Column A", 0);
table             468 source4/heimdal/lib/roken/rtbl.c     rtbl_set_column_affix_by_id (table, 0, "<", ">");
table             469 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 1, "Column B", 0);
table             470 source4/heimdal/lib/roken/rtbl.c     rtbl_set_column_affix_by_id (table, 1, "[", "]");
table             471 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_by_id (table, 2, "Column C", 0);
table             472 source4/heimdal/lib/roken/rtbl.c     rtbl_set_column_affix_by_id (table, 2, "(", ")");
table             474 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 0, "1");
table             475 source4/heimdal/lib/roken/rtbl.c     rtbl_new_row(table);
table             476 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 1, "2");
table             477 source4/heimdal/lib/roken/rtbl.c     rtbl_new_row(table);
table             478 source4/heimdal/lib/roken/rtbl.c     rtbl_add_column_entry_by_id (table, 2, "3");
table             479 source4/heimdal/lib/roken/rtbl.c     rtbl_new_row(table);
table             481 source4/heimdal/lib/roken/rtbl.c     rtbl_set_separator (table, "  ");
table             482 source4/heimdal/lib/roken/rtbl.c     rtbl_format (table, stdout);
table             484 source4/heimdal/lib/roken/rtbl.c     rtbl_destroy (table);
table              77 source4/lib/com/dcom/dcom.h 	const struct ndr_interface_table *table;
table             429 source4/lib/com/dcom/main.c 	const struct ndr_interface_table *table;
table             440 source4/lib/com/dcom/main.c 	table = ndr_table_by_uuid(&iid);
table             441 source4/lib/com/dcom/main.c 	if (table == NULL) {
table             708 source4/lib/com/dcom/main.c         req = dcerpc_ndr_request_send(p, &s->d->obj.u_objref.u_standard.std.ipid, s->table, s->opnum, s, s->r);
table              69 source4/lib/messaging/irpc.h 	const struct ndr_interface_table *table;
table             631 source4/lib/messaging/messaging.c 	const struct ndr_interface_table *table;
table             649 source4/lib/messaging/messaging.c 		if (irpc->table == table && irpc->callnum == callnum) {
table             659 source4/lib/messaging/messaging.c 	irpc->table   = table;
table             663 source4/lib/messaging/messaging.c 	irpc->uuid = irpc->table->syntax_id.uuid;
table             681 source4/lib/messaging/messaging.c 	ndr_err = irpc->table->calls[irpc->callnum].ndr_pull(m->ndr, NDR_OUT, irpc->r);
table             722 source4/lib/messaging/messaging.c 	ndr_err = m->irpc->table->calls[m->irpc->callnum].ndr_push(push, NDR_OUT, m->data);
table             750 source4/lib/messaging/messaging.c 		    i->table->syntax_id.if_version == m->header.if_version &&
table             763 source4/lib/messaging/messaging.c 	r = talloc_zero_size(m->ndr, i->table->calls[m->header.callnum].struct_size);
table             767 source4/lib/messaging/messaging.c 	ndr_err = i->table->calls[i->callnum].ndr_pull(m->ndr, NDR_IN, r);
table             877 source4/lib/messaging/messaging.c 	irpc->table    = table;
table             890 source4/lib/messaging/messaging.c 	header.uuid = table->syntax_id.uuid;
table             892 source4/lib/messaging/messaging.c 	header.if_version = table->syntax_id.if_version;
table             905 source4/lib/messaging/messaging.c 	ndr_err = table->calls[callnum].ndr_push(ndr, NDR_IN, r);
table             959 source4/lib/messaging/messaging.c 						   table, callnum, r, mem_ctx);
table             454 source4/lib/messaging/pymessaging.c 	ptr = talloc_zero_size(mem_ctx, method_def->table->calls[method_def->opnum].struct_size);
table             478 source4/lib/messaging/pymessaging.c 					 method_def->table, method_def->opnum, ptr, ptr);
table             720 source4/libcli/wrepl/winsrepl.c 	struct wrepl_table *table;
table             732 source4/libcli/wrepl/winsrepl.c 	table = &packet->message.replication.info.table;
table             733 source4/libcli/wrepl/winsrepl.c 	io->out.num_partners = table->partner_count;
table             734 source4/libcli/wrepl/winsrepl.c 	io->out.partners = talloc_steal(mem_ctx, table->partners);
table            1351 source4/librpc/rpc/dcerpc.c 	call = &table->calls[opnum];
table            1391 source4/librpc/rpc/dcerpc.c 	req = dcerpc_request_send(p, object, opnum, table->calls[opnum].async,
table            1395 source4/librpc/rpc/dcerpc.c 		req->ndr.table = table;
table            1419 source4/librpc/rpc/dcerpc.c 	const struct ndr_interface_table *table = req->ndr.table;
table            1420 source4/librpc/rpc/dcerpc.c 	const struct ndr_interface_call *call = &table->calls[opnum];
table            1461 source4/librpc/rpc/dcerpc.c 						  table, opnum, NDR_OUT, 
table            1472 source4/librpc/rpc/dcerpc.c 							  table, opnum, NDR_OUT, 
table            1509 source4/librpc/rpc/dcerpc.c 	req = dcerpc_ndr_request_send(p, object, table, opnum, mem_ctx, r);
table             228 source4/librpc/rpc/dcerpc.h 		const struct ndr_interface_table *table;
table              38 source4/librpc/rpc/dcerpc_auth.c 	syntax->uuid = table->syntax_id.uuid;
table              39 source4/librpc/rpc/dcerpc_auth.c 	syntax->if_version = table->syntax_id.if_version;
table              62 source4/librpc/rpc/dcerpc_auth.c 	c->status = dcerpc_init_syntaxes(table,
table              95 source4/librpc/rpc/dcerpc_auth.c 	ctx = dcerpc_bind_auth_none_send(p, p, table);
table             245 source4/librpc/rpc/dcerpc_auth.c 	c->status = dcerpc_init_syntaxes(table,
table             395 source4/librpc/rpc/dcerpc_auth.c 	creq = dcerpc_bind_auth_send(p, p, table, credentials, gensec_settings,
table             488 source4/librpc/rpc/dcerpc_connect.c 	const struct ndr_interface_table *table;
table             541 source4/librpc/rpc/dcerpc_connect.c 	pc.interface    = s->table;
table             685 source4/librpc/rpc/dcerpc_connect.c 	auth_bind_req = dcerpc_pipe_auth_send(s->pipe, s->binding, s->table,
table             754 source4/librpc/rpc/dcerpc_connect.c 	s->table        = table;
table             765 source4/librpc/rpc/dcerpc_connect.c 		binding_req = dcerpc_epm_map_binding_send(c, s->binding, s->table,
table             777 source4/librpc/rpc/dcerpc_connect.c 			binding_req = dcerpc_epm_map_binding_send(c, s->binding, s->table,
table             828 source4/librpc/rpc/dcerpc_connect.c 	c = dcerpc_pipe_connect_b_send(parent_ctx, binding, table,
table             882 source4/librpc/rpc/dcerpc_connect.c 	pipe_conn_req = dcerpc_pipe_connect_b_send(c, b, table,
table             943 source4/librpc/rpc/dcerpc_connect.c 				     table, credentials, ev, lp_ctx);
table             292 source4/librpc/rpc/dcerpc_schannel.c 	const struct ndr_interface_table *table;
table             322 source4/librpc/rpc/dcerpc_schannel.c 	auth_req = dcerpc_bind_auth_send(c, s->pipe, s->table, s->credentials, 
table             373 source4/librpc/rpc/dcerpc_schannel.c 	s->table       = table;
table             410 source4/librpc/rpc/dcerpc_schannel.c 	c = dcerpc_bind_auth_schannel_send(tmp_ctx, p, table, credentials, lp_ctx,
table             240 source4/librpc/rpc/dcerpc_secondary.c 	const struct ndr_interface_table *table;
table             269 source4/librpc/rpc/dcerpc_secondary.c 	s->table    = table;
table             298 source4/librpc/rpc/dcerpc_secondary.c 	secondary_auth_ctx = dcerpc_pipe_auth_send(s->pipe2, s->binding, s->table, s->credentials,
table             103 source4/librpc/rpc/dcerpc_util.c 	const struct ndr_interface_table *table;
table             137 source4/librpc/rpc/dcerpc_util.c 	s->binding->object         = s->table->syntax_id;
table             232 source4/librpc/rpc/dcerpc_util.c 	s->table   = table;
table             241 source4/librpc/rpc/dcerpc_util.c 	if (table != NULL) {
table             245 source4/librpc/rpc/dcerpc_util.c 		for (i = 0; i < table->endpoints->count; i++) {
table             246 source4/librpc/rpc/dcerpc_util.c 			status = dcerpc_parse_binding(mem_ctx, table->endpoints->names[i], &default_binding);
table             311 source4/librpc/rpc/dcerpc_util.c 	c = dcerpc_epm_map_binding_send(mem_ctx, binding, table, ev, lp_ctx);
table             319 source4/librpc/rpc/dcerpc_util.c 	const struct ndr_interface_table *table;
table             423 source4/librpc/rpc/dcerpc_util.c 	auth_req = dcerpc_bind_auth_send(c, s->pipe, s->table,
table             428 source4/librpc/rpc/dcerpc_util.c 					 s->table->authservices->names[0]);
table             456 source4/librpc/rpc/dcerpc_util.c 	auth_req = dcerpc_bind_auth_send(c, s->pipe, s->table,
table             461 source4/librpc/rpc/dcerpc_util.c 					 s->table->authservices->names[0]);
table             509 source4/librpc/rpc/dcerpc_util.c 	s->table        = table;
table             521 source4/librpc/rpc/dcerpc_util.c 		auth_none_req = dcerpc_bind_auth_none_send(c, s->pipe, s->table);
table             531 source4/librpc/rpc/dcerpc_util.c 		auth_schannel_req = dcerpc_bind_auth_schannel_send(c, s->pipe, s->table,
table             544 source4/librpc/rpc/dcerpc_util.c 		auth_none_req = dcerpc_bind_auth_none_send(c, s->pipe, s->table);
table             577 source4/librpc/rpc/dcerpc_util.c 		auth_req = dcerpc_bind_auth_send(c, s->pipe, s->table,
table             582 source4/librpc/rpc/dcerpc_util.c 						 s->table->authservices->names[0]);
table             587 source4/librpc/rpc/dcerpc_util.c 	auth_req = dcerpc_bind_auth_send(c, s->pipe, s->table,
table             592 source4/librpc/rpc/dcerpc_util.c 					 s->table->authservices->names[0]);
table             614 source4/librpc/rpc/dcerpc_util.c 		char *uuid_str = GUID_string(s->pipe, &s->table->syntax_id.uuid);
table             641 source4/librpc/rpc/dcerpc_util.c 	c = dcerpc_pipe_auth_send(*p, binding, table, credentials, lp_ctx);
table             733 source4/librpc/rpc/dcerpc_util.c 	p2->syntax = table->syntax_id;
table              52 source4/librpc/rpc/pyrpc.c 	r = talloc_zero_size(mem_ctx, md->table->calls[md->opnum].struct_size);
table             351 source4/librpc/rpc/pyrpc.c 		status = dcerpc_secondary_context(base_pipe, &ret->pipe, table);
table             354 source4/librpc/rpc/pyrpc.c 		             table, credentials, event_ctx, lp_ctx);
table             396 source4/librpc/rpc/pyrpc.c 	struct ndr_interface_table *table;
table             421 source4/librpc/rpc/pyrpc.c 	table = talloc_zero(mem_ctx, struct ndr_interface_table);
table             423 source4/librpc/rpc/pyrpc.c 	if (table == NULL) {
table             428 source4/librpc/rpc/pyrpc.c 	if (!ndr_syntax_from_py_object(syntax, &table->syntax_id)) {
table             446 source4/librpc/rpc/pyrpc.c 				     table);
table             450 source4/librpc/rpc/pyrpc.c 			     table, credentials, event_ctx, lp_ctx);
table              68 source4/librpc/rpc/pyrpc.h 	const struct ndr_interface_table *table;
table              41 source4/rpc_server/remote/dcesrv_remote.c 	const struct ndr_interface_table *table;
table              67 source4/rpc_server/remote/dcesrv_remote.c 	table = ndr_table_by_uuid(&iface->syntax_id.uuid); /* FIXME: What about if_version ? */
table              68 source4/rpc_server/remote/dcesrv_remote.c 	if (!table) {
table             105 source4/rpc_server/remote/dcesrv_remote.c 				     &(priv->c_pipe), binding, table,
table             129 source4/rpc_server/remote/dcesrv_remote.c 	const struct ndr_interface_table *table = (const struct ndr_interface_table *)dce_call->context->iface->private_data;
table             134 source4/rpc_server/remote/dcesrv_remote.c 	if (opnum >= table->num_calls) {
table             139 source4/rpc_server/remote/dcesrv_remote.c 	*r = talloc_size(mem_ctx, table->calls[opnum].struct_size);
table             145 source4/rpc_server/remote/dcesrv_remote.c 	ndr_err = table->calls[opnum].ndr_pull(pull, NDR_IN, *r);
table             148 source4/rpc_server/remote/dcesrv_remote.c 						  table, opnum, NDR_IN,
table             161 source4/rpc_server/remote/dcesrv_remote.c 	const struct ndr_interface_table *table = dce_call->context->iface->private_data;
table             165 source4/rpc_server/remote/dcesrv_remote.c 	name = table->calls[opnum].name;
table             166 source4/rpc_server/remote/dcesrv_remote.c 	call = &table->calls[opnum];
table             175 source4/rpc_server/remote/dcesrv_remote.c 	dcerpc_ndr_request(priv->c_pipe, NULL, table, opnum, mem_ctx,r);
table             194 source4/rpc_server/remote/dcesrv_remote.c 	const struct ndr_interface_table *table = dce_call->context->iface->private_data;
table             198 source4/rpc_server/remote/dcesrv_remote.c 	ndr_err = table->calls[opnum].ndr_push(push, NDR_OUT, r);
table             210 source4/rpc_server/remote/dcesrv_remote.c 	const struct ndr_interface_table *table = iface->private_data;
table             212 source4/rpc_server/remote/dcesrv_remote.c 	for (i=0;i<table->endpoints->count;i++) {
table             214 source4/rpc_server/remote/dcesrv_remote.c 		const char *name = table->endpoints->names[i];
table             281 source4/rpc_server/remote/dcesrv_remote.c 		if (l->table->syntax_id.if_version == if_version &&
table             282 source4/rpc_server/remote/dcesrv_remote.c 			GUID_equal(&l->table->syntax_id.uuid, uuid)==0) {
table             283 source4/rpc_server/remote/dcesrv_remote.c 			return remote_fill_interface(iface, l->table);
table             740 source4/torture/nbt/winsreplication.c 	update	= &update_packet.message.replication.info.table;
table              49 source4/torture/rpc/async_bind.c 	const struct ndr_interface_table **table;
table              66 source4/torture/rpc/async_bind.c 	table    = talloc_array(torture, const struct ndr_interface_table*, torture_numasync);
table              67 source4/torture/rpc/async_bind.c 	if (table == NULL) return false;
table              74 source4/torture/rpc/async_bind.c 		table[i] = &ndr_table_lsarpc;
table              76 source4/torture/rpc/async_bind.c 						       table[i], creds, torture->ev, torture->lp_ctx);
table             125 source4/torture/rpc/countcalls.c 		ret &= count_calls(torture, loop_ctx, l->table, true);
table             216 source4/torture/rpc/mgmt.c 		if (l->table->num_calls == 0 ||
table             217 source4/torture/rpc/mgmt.c 		    strcmp(l->table->name, "mgmt") == 0) {
table             222 source4/torture/rpc/mgmt.c 		printf("\nTesting pipe '%s'\n", l->table->name);
table             224 source4/torture/rpc/mgmt.c 		status = dcerpc_epm_map_binding(loop_ctx, b, l->table, NULL, torture->lp_ctx);
table             227 source4/torture/rpc/mgmt.c 				   GUID_string(loop_ctx, &l->table->syntax_id.uuid));
table              87 source4/torture/rpc/rpc.c 				     p, binding, table,
table             117 source4/torture/rpc/rpc.c 	status = dcerpc_pipe_connect_b(tctx, p, binding, table,
table             151 source4/torture/rpc/rpc.c 				tcase->table,
table             168 source4/torture/rpc/rpc.c 	torture_suite_init_rpc_tcase(suite, tcase, name, table);
table             185 source4/torture/rpc/rpc.c 	tcase->table = table;
table             209 source4/torture/rpc/rpc.c 				tcase->table,
table             229 source4/torture/rpc/rpc.c 				tcase->table);
table             244 source4/torture/rpc/rpc.c 	torture_suite_init_rpc_tcase(suite, tcase, name, table);
table             259 source4/torture/rpc/rpc.c 	torture_suite_init_rpc_tcase(suite, tcase, name, table);
table              34 source4/torture/rpc/rpc.h 	const struct ndr_interface_table *table;
table             115 source4/torture/rpc/scanner.c 		if (l->table->num_calls == 0 ||
table             116 source4/torture/rpc/scanner.c 		    strcmp(l->table->name, "mgmt") == 0) {
table             121 source4/torture/rpc/scanner.c 		printf("\nTesting pipe '%s'\n", l->table->name);
table             124 source4/torture/rpc/scanner.c 			status = dcerpc_epm_map_binding(torture, b, l->table, NULL, torture->lp_ctx);
table             127 source4/torture/rpc/scanner.c 					   GUID_string(loop_ctx, &l->table->syntax_id.uuid));
table             132 source4/torture/rpc/scanner.c 			b->endpoint = talloc_strdup(b, l->table->name);
table             144 source4/torture/rpc/scanner.c 		if (!test_inq_if_ids(torture, p, torture, test_num_calls, l->table)) {
table             104 source4/winbind/wb_init_domain.c 	status = dcerpc_epm_map_binding(binding, binding, table, state->service->task->event_ctx,
table             258 source4/winbind/wb_init_domain.c 							    table, 
table            1474 source4/wrepl_server/wrepl_apply_records.c 				    &partner->service->table,
table             131 source4/wrepl_server/wrepl_in_call.c 	struct wrepl_table *table_out = &call->rep_packet.message.replication.info.table;
table             204 source4/wrepl_server/wrepl_in_call.c 	owner = wreplsrv_find_owner(service, service->table, owner_in->address);
table             341 source4/wrepl_server/wrepl_in_call.c 	struct wrepl_table *update_in = &call->req_packet.message.replication.info.table;
table             400 source4/wrepl_server/wrepl_in_call.c 	struct wrepl_table *inform_in = &call->req_packet.message.replication.info.table;
table             584 source4/wrepl_server/wrepl_out_helpers.c 						    state->io->in.partner->pull.table,
table             588 source4/wrepl_server/wrepl_out_helpers.c 						  state->io->in.partner->service->table,
table             674 source4/wrepl_server/wrepl_out_helpers.c 					    &state->io->in.partner->pull.table,
table             854 source4/wrepl_server/wrepl_out_helpers.c 	struct wrepl_table *table_out = &state->req_packet.message.replication.info.table;
table             940 source4/wrepl_server/wrepl_out_helpers.c 	struct wrepl_table *table_out = &state->req_packet.message.replication.info.table;
table             239 source4/wrepl_server/wrepl_server.c 	for (cur = service->table; cur; cur = cur->next) {
table             254 source4/wrepl_server/wrepl_server.c 	for (cur = service->table; cur && i < table_out->partner_count; cur = cur->next) {
table             285 source4/wrepl_server/wrepl_server.c 	for (cur = table; cur; cur = cur->next) {
table             309 source4/wrepl_server/wrepl_server.c 	struct wreplsrv_owner *table = *_table;
table             316 source4/wrepl_server/wrepl_server.c 	cur = wreplsrv_find_owner(service, table, wins_owner);
table             331 source4/wrepl_server/wrepl_server.c 		DLIST_ADD_END(table, cur, struct wreplsrv_owner *);
table             332 source4/wrepl_server/wrepl_server.c 		*_table = table;
table             382 source4/wrepl_server/wrepl_server.c 				    service, &service->table,
table             385 source4/wrepl_server/wrepl_server.c 	local_owner = wreplsrv_find_owner(service, service->table, service->wins_db->local_owner);
table             402 source4/wrepl_server/wrepl_server.c 					    service, &service->table,
table             419 source4/wrepl_server/wrepl_server.c 				    service, &service->table,
table             146 source4/wrepl_server/wrepl_server.h 		struct wreplsrv_owner *table;
table             282 source4/wrepl_server/wrepl_server.h 	struct wreplsrv_owner *table;