Home
last modified time | relevance | path

Searched refs:tmp_field (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/
H A Dfm_get.c427 tmp_field = *field;
441 tmp_field.size = sizeof(long);
445 tmp_field = *field;
446 tmp_field.size = sizeof(long);
447 tmp_field.offset = high_bytes_offset;
478 tmp_field = *field;
496 tmp_field = *field;
498 tmp_field.offset = high_bytes_offset;
544 tmp_field = *field;
545 tmp_field.data_type = integer_type;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Ddd_view.cc279 Field *tmp_field; in fill_dd_view_columns() local
290 tmp_field = new (thd->mem_root) in fill_dd_view_columns()
293 if (tmp_field) tmp_field->init(&table); in fill_dd_view_columns()
295 tmp_field = item->tmp_table_field(&table); in fill_dd_view_columns()
305 tmp_field = new (thd->mem_root) Field_blob( in fill_dd_view_columns()
309 if (tmp_field) tmp_field->init(&table); in fill_dd_view_columns()
321 if (!tmp_field) { in fill_dd_view_columns()
336 new (thd->mem_root) Create_field(tmp_field, orig_field); in fill_dd_view_columns()
366 cr_field->is_nullable = !tmp_field->is_flag_set(NOT_NULL_FLAG); in fill_dd_view_columns()
367 cr_field->is_zerofill = tmp_field->is_flag_set(ZEROFILL_FLAG); in fill_dd_view_columns()
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/include/osx/
H A Dlacp.h275 uint16_t tmp_field; in lacp_uint16_get() local
276 memcpy((void *)&tmp_field, (void *)field, sizeof(uint16_t)); in lacp_uint16_get()
277 return (ntohs(tmp_field)); in lacp_uint16_get()
303 uint32_t tmp_field; in lacp_uint32_get() local
304 memcpy((void *)&tmp_field, (void *)field, sizeof(uint32_t)); in lacp_uint32_get()
305 return (ntohl(tmp_field)); in lacp_uint32_get()
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPAttributeMapping.php184 foreach ($tmp_fields as $tmp_field) {
185 $fields[] = trim(strtolower($tmp_field));
210 foreach ($tmp_fields as $tmp_field) {
211 $fields[] = trim(strtolower($tmp_field));
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPAttributeMapping.php184 foreach ($tmp_fields as $tmp_field) {
185 $fields[] = trim(strtolower($tmp_field));
210 foreach ($tmp_fields as $tmp_field) {
211 $fields[] = trim(strtolower($tmp_field));
/dports/math/bitwise/bitwise-0.43/src/
H A Dinteractive.c263 FIELD *tmp_field = current_field(form); in update_fields() local
264 int *cur_base = field_userptr(tmp_field); in update_fields()
270 buffer = field_buffer(tmp_field, 0); in update_fields()
282 FIELD *tmp_field = current_field(form); in update_fields() local
286 set_current_field(form, tmp_field); in update_fields()
447 FIELD *tmp_field; in process_fields() local
496 tmp_field = current_field(form); in process_fields()
497 cur_base = field_userptr(tmp_field); in process_fields()
503 if (update_fields(field_index(tmp_field))) { in process_fields()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/
H A DStructWithFieldAdapter.java89 Integer tmp_field = null; in deserialize() local
102 tmp_field = iprot.readI32(); in deserialize()
117 tmp_field in deserialize()
/dports/sysutils/munin-common/munin-2.0.67/master/lib/Munin/Master/
H A DGraphOld.pm527 my $tmp_field;
544 if (defined($tmp_field = get_custom_graph_args($service))) {
545 push(@$result, @{$tmp_field});
547 if (defined($tmp_field = get_vlabel($service))) {
548 push @$result, ("--vertical-label", $tmp_field);
602 my $tmp_field;
643 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing stack...";
646 foreach my $pre (split(/\s+/, $tmp_field)) {
680 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing sum...";
687 foreach my $pre (split(/\s+/, $tmp_field)) {
[all …]
/dports/sysutils/munin-node/munin-2.0.67/master/lib/Munin/Master/
H A DGraphOld.pm527 my $tmp_field;
544 if (defined($tmp_field = get_custom_graph_args($service))) {
545 push(@$result, @{$tmp_field});
547 if (defined($tmp_field = get_vlabel($service))) {
548 push @$result, ("--vertical-label", $tmp_field);
602 my $tmp_field;
643 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing stack...";
646 foreach my $pre (split(/\s+/, $tmp_field)) {
680 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing sum...";
687 foreach my $pre (split(/\s+/, $tmp_field)) {
[all …]
/dports/sysutils/munin-master/munin-2.0.67/master/lib/Munin/Master/
H A DGraphOld.pm527 my $tmp_field;
544 if (defined($tmp_field = get_custom_graph_args($service))) {
545 push(@$result, @{$tmp_field});
547 if (defined($tmp_field = get_vlabel($service))) {
548 push @$result, ("--vertical-label", $tmp_field);
602 my $tmp_field;
643 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing stack...";
646 foreach my $pre (split(/\s+/, $tmp_field)) {
680 DEBUG "[DEBUG] expand_specials ($tmp_field): Doing sum...";
687 foreach my $pre (split(/\s+/, $tmp_field)) {
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/emulator/utils/
H A Dcommon.py179 tmp_field = []
182 tmp_field.append(res.pop())
184 childrens_fields.append(tmp_field)
185 tmp_field = []
/dports/security/pear-LiveUser_Admin/LiveUser_Admin-0.4.0/Storage/
H A DSQL.php515 $tmp_field = $this->alias[$field];
521 $tmp_field = $match[1].$this->alias[$match[2]];
533 … $where[] = $tmp_field.' ' . $value['op'] . ' ('.$this->implodeArray($value['value'], $type).')';
539 $where[] = $tmp_field. ' ' . $value['op'] . ' ' .$value_quoted;
542 $where[] = $tmp_field.' IN ('.$this->implodeArray($value, $type).')';
550 $where[] = $tmp_field.$op.$value_quoted;
/dports/www/htdigest/httpd-2.4.6/server/
H A Dprotocol.c702 char *tmp_field; in ap_get_mime_headers_core() local
830 tmp_field = value - 1; /* last character of field-name */ in ap_get_mime_headers_core()
839 while (tmp_field > last_field in ap_get_mime_headers_core()
840 && (*tmp_field == ' ' || *tmp_field == '\t')) { in ap_get_mime_headers_core()
841 *tmp_field-- = '\0'; in ap_get_mime_headers_core()
845 tmp_field = last_field + last_len - 1; in ap_get_mime_headers_core()
846 while (tmp_field > value in ap_get_mime_headers_core()
847 && (*tmp_field == ' ' || *tmp_field == '\t')) { in ap_get_mime_headers_core()
848 *tmp_field-- = '\0'; in ap_get_mime_headers_core()
/dports/www/ilias/ILIAS-5.4.25/Services/Membership/classes/
H A Dclass.ilObjectCustomUserFieldsGUI.php190 $tmp_field = new ilCourseDefinedFieldDefinition($this->getObjId(), $field_id);
192 $confirm->addItem('field_ids[]', $field_id, $tmp_field->getName());
207 $tmp_field = new ilCourseDefinedFieldDefinition($this->obj_id, $field_id);
208 $tmp_field->delete();
/dports/www/ilias6/ILIAS-6.14/Services/Membership/classes/
H A Dclass.ilObjectCustomUserFieldsGUI.php190 $tmp_field = new ilCourseDefinedFieldDefinition($this->getObjId(), $field_id);
192 $confirm->addItem('field_ids[]', $field_id, $tmp_field->getName());
207 $tmp_field = new ilCourseDefinedFieldDefinition($this->obj_id, $field_id);
208 $tmp_field->delete();
/dports/www/ilias/ILIAS-5.4.25/Services/Search/classes/Like/
H A Dclass.ilLikeTestSearch.php46 $tmp_field[$field] = 'text';
/dports/www/ilias6/ILIAS-6.14/Services/Search/classes/Like/
H A Dclass.ilLikeTestSearch.php46 $tmp_field[$field] = 'text';
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dprocedure.h52 void make_field(Send_field *tmp_field) in make_field() argument
54 init_make_field(tmp_field,field_type()); in make_field()
H A Ditem.cc1934 tmp_field->table_name= tmp_field->org_table_name= table_name; in make_field()
1935 tmp_field->db_name= db_name; in make_field()
1936 tmp_field->col_name= tmp_field->org_col_name= field->field_name; in make_field()
1939 tmp_field->type=field->type(); in make_field()
5116 tmp_field->db_name= empty_name; in init_make_field()
5119 tmp_field->table_name= empty_name; in init_make_field()
5120 tmp_field->col_name= name; in init_make_field()
5126 tmp_field->length=max_length; in init_make_field()
5127 tmp_field->decimals=decimals; in init_make_field()
5434 field->make_field(tmp_field); in make_field()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dprocedure.h52 void make_send_field(THD *thd, Send_field *tmp_field) in RAND_bytes()
54 init_make_send_field(tmp_field,field_type()); in RAND_bytes()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dprocedure.h52 void make_send_field(THD *thd, Send_field *tmp_field) in make_send_field() argument
54 init_make_send_field(tmp_field,field_type()); in make_send_field()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_paramedmem_remapper.cxx635 MEDCouplingFieldDouble *tmp_field(sf->field(r->src_mesh)); in cs_paramedmem_remap_field_one_time() local
638 if (tmp_field->getTypeOfField() == ON_NODES) in cs_paramedmem_remap_field_one_time()
639 src_field = tmp_field->nodeToCellDiscretization(); in cs_paramedmem_remap_field_one_time()
641 src_field = tmp_field; in cs_paramedmem_remap_field_one_time()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem.cc2436 tmp_field->table_name= tmp_field->org_table_name= table_name; in make_field()
2437 tmp_field->db_name= db_name; in make_field()
2438 tmp_field->col_name= tmp_field->org_col_name= field->field_name; in make_field()
2441 tmp_field->type=field->type(); in make_field()
5873 tmp_field->db_name= empty_name; in init_make_field()
5875 tmp_field->org_col_name= empty_name; in init_make_field()
5876 tmp_field->table_name= empty_name; in init_make_field()
5883 tmp_field->length=max_length; in init_make_field()
5884 tmp_field->decimals=decimals; in init_make_field()
6220 field->make_field(tmp_field); in make_field()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem.cc2436 tmp_field->table_name= tmp_field->org_table_name= table_name; in make_field()
2437 tmp_field->db_name= db_name; in make_field()
2438 tmp_field->col_name= tmp_field->org_col_name= field->field_name; in make_field()
2441 tmp_field->type=field->type(); in make_field()
5873 tmp_field->db_name= empty_name; in init_make_field()
5875 tmp_field->org_col_name= empty_name; in init_make_field()
5876 tmp_field->table_name= empty_name; in init_make_field()
5883 tmp_field->length=max_length; in init_make_field()
5884 tmp_field->decimals=decimals; in init_make_field()
6220 field->make_field(tmp_field); in make_field()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem.cc2436 tmp_field->table_name= tmp_field->org_table_name= table_name; in make_field()
2437 tmp_field->db_name= db_name; in make_field()
2438 tmp_field->col_name= tmp_field->org_col_name= field->field_name; in make_field()
2441 tmp_field->type=field->type(); in make_field()
5873 tmp_field->db_name= empty_name; in init_make_field()
5875 tmp_field->org_col_name= empty_name; in init_make_field()
5876 tmp_field->table_name= empty_name; in init_make_field()
5883 tmp_field->length=max_length; in init_make_field()
5884 tmp_field->decimals=decimals; in init_make_field()
6219 field->make_field(tmp_field); in make_field()
[all …]

1234567