Searched refs:is_unsigned (Results 1 – 3 of 3) sorted by relevance
145 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
311 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10() argument317 if (is_unsigned) { in ap_php_conv_10()
427 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()439 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()
Completed in 22 milliseconds