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

/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd.h156 #define mysqlnd_field_seek(result, ofs) (result)->m.seek_field((result), (ofs) TSRMLS_CC)
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dcdf.c812 size_t ofs = CDF_GETUINT32(p, (i << 1) + 1); local
814 ((const char *)(const void *)p + ofs
/PHP_TRUNK/ext/mysqli/
H A Dmysqli_api.c86 int i, ofs; local
98 ofs = 0;
102 switch (types[ofs]) {
104 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE;
105 bind[ofs].buffer = &Z_DVAL_PP(args[i]);
106 bind[ofs].is_null = &stmt->param.is_null[ofs];
111 bind[ofs].buffer_type = MYSQL_TYPE_LONGLONG;
113 bind[ofs].buffer_type = MYSQL_TYPE_LONG;
115 bind[ofs]
287 int i, ofs; local
[all...]

Completed in 6 milliseconds