Home
last modified time | relevance | path

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

/PHP-5.6/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.6/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.6/ext/xmlrpc/libxmlrpc/
H A Dbase64.c150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c327 #define OCTALIFY(n, o) \ argument
H A Dsoftmagic.c79 #define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o))) argument
1163 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget()
H A Dcdf.c771 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
H A Dfile.h385 } o; member
/PHP-5.6/ext/standard/
H A Dcrypt_blowfish.c839 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
H A Dbasic_functions.c4229 int argc = 0, options_len = 0, len, o; local
H A Dstring.c3758 char *o, *n, *endp; local
/PHP-5.6/sapi/roxen/
H A Droxen.c678 static void clear_struct(struct object *o) in clear_struct()
/PHP-5.6/ext/zip/lib/
H A Dzip_dirent.c919 zip_uint8_t *o; in _zip_read_data() local
H A Dzipint.h93 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument

Completed in 65 milliseconds