Home
last modified time | relevance | path

Searched defs:o (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregexec.c35 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument
36 #define INC(o) ((o) <<= 1) argument
37 #define ISSTATEIN(v, o) ((v) & (o)) argument
84 #define INIT(o, n) ((o) = (n)) argument
85 #define INC(o) ((o)++) argument
86 #define ISSTATEIN(v, o) ((v)[o]) argument
H A Dmain.c320 register int o = (type == 'c') ? copts : eopts; local
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c530 char *r, *o; in _zip_readfpstr() local
560 char *r, *o; in _zip_readstr() local
H A Dzipint.h42 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h48 #define mysql_data_seek(r,o) mysqlnd_data_seek((r),(o)) argument
55 #define mysql_fetch_field_direct(r,o) mysqlnd_fetch_field_direct((r), (o)) argument
60 #define mysql_field_seek(r,o) mysqlnd_field_seek((r), (o)) argument
79 #define mysql_set_server_option(r,o) mysqlnd_set_server_option((r), (o)) argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c327 #define OCTALIFY(n, o) \ argument
H A Dsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o))) argument
1131 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
H A Dcdf.c768 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
H A Dfile.h385 } o; member
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c835 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
H A Dbasic_functions.c4255 int argc = 0, options_len = 0, len, o; local
H A Dstring.c3749 char *o, *n, *endp; local
/PHP-5.5/sapi/roxen/
H A Droxen.c678 static void clear_struct(struct object *o) in clear_struct()
/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument

Completed in 100 milliseconds