Searched refs:is_unsigned (Results 1 – 3 of 3) sorted by relevance
155 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
321 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10() argument327 if (is_unsigned) { in ap_php_conv_10()
460 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()474 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()
Completed in 30 milliseconds