Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c200 ofs = 0; in mysqli_stmt_bind_param_do_bind()
213 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
223 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
234 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
242 ofs++; in mysqli_stmt_bind_param_do_bind()
413 ofs = i; in mysqli_stmt_bind_result_do_bind()
423 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
434 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
460 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
473 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.h151 #define mysqlnd_field_seek(result, ofs) (result)->m.seek_field((result), (ofs)) argument
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c853 size_t ofs; in cdf_read_property_info() local
857 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
859 ((const char *)(const void *)p + ofs in cdf_read_property_info()

Completed in 23 milliseconds