Home
last modified time | relevance | path

Searched refs:iresult (Results 51 – 75 of 246) sorted by relevance

12345678910

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dgetaddresses.c83 isc_result_t iresult; in bind9_getaddresses() local
85 iresult = isc_netscope_pton(AF_INET6, d + 1, in bind9_getaddresses()
88 if (iresult != ISC_R_SUCCESS) { in bind9_getaddresses()
89 return (iresult); in bind9_getaddresses()
/dports/dns/bind916/bind-9.16.27/lib/bind9/
H A Dgetaddresses.c85 isc_result_t iresult; in bind9_getaddresses() local
87 iresult = isc_netscope_pton(AF_INET6, d + 1, in bind9_getaddresses()
90 if (iresult != ISC_R_SUCCESS) { in bind9_getaddresses()
91 return (iresult); in bind9_getaddresses()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dgen_lex_hash.cc108 int iresult; // if first_char == -1 member
163 root->iresult = index; in insert_into_hash()
168 int index2 = root->iresult; in insert_into_hash()
175 tails->iresult = index2; in insert_into_hash()
229 hash_map[size_hash_map - 2] = ((unsigned int)(int16)st->iresult) & 255; in add_struct_to_map()
230 hash_map[size_hash_map - 1] = ((unsigned int)(int16)st->iresult) >> 8; in add_struct_to_map()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc109 int iresult; // if first_char == -1 member
177 root->iresult= index; in insert_into_hash()
183 int index2= root->iresult; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
254 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
255 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_snmp.c183 int iresult = STATE_UNKNOWN; in main() local
466 iresult = STATE_DEPENDENT; in main()
495 iresult = get_status(temp_double, thlds[i]); in main()
499 iresult = get_status(response_value[i], thlds[i]); in main()
532 iresult = STATE_CRITICAL; in main()
534 iresult = STATE_WARNING; in main()
535 else if (response && iresult == STATE_DEPENDENT) in main()
536 iresult = STATE_OK; in main()
540 result = max_state (result, iresult); in main()
546 labels[i], mark (iresult), show, mark (iresult)); in main()
[all …]
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_random.c245 mpz_t iresult; in rasqal_random_irand() local
277 mpz_init(iresult); in rasqal_random_irand()
278 mpz_urandomm(iresult, *(gmp_randstate_t*)random_object->data, rand_max_gmp); in rasqal_random_irand()
282 r = RASQAL_GOOD_CAST(unsigned int, mpz_get_ui(iresult)); in rasqal_random_irand()
283 mpz_clear(iresult); in rasqal_random_irand()
/dports/net-im/psi/psi-1.5/src/contactmanager/
H A Dcontactmanagerview.cpp58 int iresult; in contextMenuEvent() local
60 iresult = actions.indexOf(result); in contextMenuEvent()
63 switch (iresult) { in contextMenuEvent()
/dports/dns/bind911/bind-9.11.37/lib/bind9/
H A Dgetaddresses.c102 isc_result_t iresult; in bind9_getaddresses() local
104 iresult = isc_netscope_pton(AF_INET6, d + 1, in bind9_getaddresses()
107 if (iresult != ISC_R_SUCCESS) in bind9_getaddresses()
108 return (iresult); in bind9_getaddresses()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_snmp.c185 int iresult = STATE_UNKNOWN; in main() local
492 iresult = STATE_DEPENDENT; in main()
522 iresult = get_status(temp_double, thlds[i]); in main()
526 iresult = get_status(response_value[i], thlds[i]); in main()
564 iresult = STATE_CRITICAL; in main()
566 iresult = STATE_WARNING; in main()
567 else if (response && iresult == STATE_DEPENDENT) in main()
568 iresult = STATE_OK; in main()
572 result = max_state (result, iresult); in main()
578 labels[i], mark (iresult), show, mark (iresult)); in main()
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Dmergesort_macros.m443 rsb_coo_idx_t *iresult,
99 * \param iresult the output row indices array
128 iresult, jresult,
256 iresult[result_index]=(IEL); \
268 iresult[result_index]=ileft[left_index];\
281 iresult[result_index]=iright[right_index];\
383 rsb_coo_idx_t *RSB_M4_RESTRICT iresult,
481 *iresult = *iarray;
528 iresult , jresult,
554 RSB_MEMCPY(ileft ,iresult ,so*middle);
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgen_lex_hash.cc103 int iresult; member
130 root->iresult= index; in insert_into_hash()
136 int index2= root->iresult; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
268 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
269 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dgen_lex_hash.cc103 int iresult; member
130 root->iresult= index; in insert_into_hash()
136 int index2= root->iresult; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
268 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
269 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dgen_lex_hash.cc103 int iresult; member
130 root->iresult= index; in insert_into_hash()
136 int index2= root->iresult; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
268 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
269 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dgen_lex_hash.cc103 int iresult; member
130 root->iresult= index; in insert_into_hash()
136 int index2= root->iresult; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
268 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
269 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dgen_lex_hash.cc95 int iresult; member
122 root->iresult= index; in insert_into_hash()
128 int index2= root->iresult; in insert_into_hash()
136 tails->iresult= index2; in insert_into_hash()
247 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
248 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dgen_lex_hash.cc95 int iresult; member
122 root->iresult= index; in insert_into_hash()
128 int index2= root->iresult; in insert_into_hash()
136 tails->iresult= index2; in insert_into_hash()
247 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
248 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dgen_lex_hash.cc95 int iresult; member
122 root->iresult= index; in insert_into_hash()
128 int index2= root->iresult; in insert_into_hash()
136 tails->iresult= index2; in insert_into_hash()
247 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
248 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dgen_lex_hash.cc95 int iresult; member
122 root->iresult= index; in insert_into_hash()
128 int index2= root->iresult; in insert_into_hash()
136 tails->iresult= index2; in insert_into_hash()
247 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
248 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dgen_lex_hash.cc95 int iresult; member
122 root->iresult= index; in insert_into_hash()
128 int index2= root->iresult; in insert_into_hash()
136 tails->iresult= index2; in insert_into_hash()
247 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
248 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dgen_lex_hash.cc103 int iresult; member
130 root->iresult= index; in insert_into_hash()
136 int index2= root->iresult; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
268 hash_map[size_hash_map-2]= ((unsigned int)(int16)st->iresult)&255; in add_struct_to_map()
269 hash_map[size_hash_map-1]= ((unsigned int)(int16)st->iresult)>>8; in add_struct_to_map()

12345678910