/PHP-5.4/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.4/ext/zip/lib/ |
H A D | zip_dirent.c | 530 char *r, *o; in _zip_readfpstr() local 560 char *r, *o; in _zip_readstr() local
|
H A D | zipint.h | 42 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
|
/PHP-5.4/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.4/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 327 #define OCTALIFY(n, o) \ argument
|
H A D | softmagic.c | 70 #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 D | cdf.c | 768 size_t i, o, o4, nelements, j; in cdf_read_property_info() local
|
H A D | file.h | 385 } o; member
|
/PHP-5.4/sapi/roxen/ |
H A D | roxen.c | 678 static void clear_struct(struct object *o) in clear_struct()
|
/PHP-5.4/ext/standard/ |
H A D | crypt_blowfish.c | 835 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
|
H A D | basic_functions.c | 4193 int argc = 0, options_len = 0, len, o; local
|
H A D | string.c | 3772 char *o, *n, *endp; local
|
/PHP-5.4/ext/gmp/ |
H A D | gmp.c | 469 #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
|