Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c204 ofs = 0; in mysqli_stmt_bind_param_do_bind()
212 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
222 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
233 bind[ofs].is_null = &stmt->param.is_null[ofs]; in mysqli_stmt_bind_param_do_bind()
241 ofs++; in mysqli_stmt_bind_param_do_bind()
424 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
425 bind[ofs].is_null = &stmt->result.is_null[ofs]; in mysqli_stmt_bind_result_do_bind()
436 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
463 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
476 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h156 #define mysqlnd_field_seek(result, ofs) (result)->m.seek_field((result), (ofs) TSRMLS_CC) argument
/PHP-5.5/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.5/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 27 milliseconds