Searched defs:o (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/ext/ereg/regex/ |
H A D | regexec.c | 35 #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 D | main.c | 320 register int o = (type == 'c') ? copts : eopts; local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 48 #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 D | base64.c | 150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | funcs.c | 327 #define OCTALIFY(n, o) \ argument
|
H A D | softmagic.c | 79 #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 D | cdf.c | 771 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
|
H A D | file.h | 385 } o; member
|
/PHP-5.6/ext/standard/ |
H A D | crypt_blowfish.c | 839 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
|
H A D | basic_functions.c | 4229 int argc = 0, options_len = 0, len, o; local
|
H A D | string.c | 3758 char *o, *n, *endp; local
|
/PHP-5.6/sapi/roxen/ |
H A D | roxen.c | 678 static void clear_struct(struct object *o) in clear_struct()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_dirent.c | 919 zip_uint8_t *o; in _zip_read_data() local
|
H A D | zipint.h | 93 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
|
Completed in 65 milliseconds