Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c97 ofs = 0; in mysqli_stmt_bind_param_do_bind()
105 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
115 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
126 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
134 ofs++; in mysqli_stmt_bind_param_do_bind()
319 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
320 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
333 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
346 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
359 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h156 #define mysqlnd_field_seek(result, ofs) (result)->m.seek_field((result), (ofs) TSRMLS_CC) argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf.c815 size_t ofs, tail = (i << 1) + 1; in cdf_read_property_info() local
819 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
821 ((const char *)(const void *)p + ofs in cdf_read_property_info()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch971 - size_t ofs = CDF_GETUINT32(p, (i << 1) + 1);
972 + size_t ofs, tail = (i << 1) + 1;
976 + ofs = CDF_GETUINT32(p, tail);
978 ((const char *)(const void *)p + ofs

Completed in 28 milliseconds