Home
last modified time | relevance | path

Searched defs:n (Results 151 – 175 of 228) sorted by relevance

12345678910

/PHP-5.6/Zend/
H A Dzend_ts_hash.h124 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
H A Dzend_ini_scanner.c45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_API.h673 #define SET_VAR_STRING(n, v) { \ argument
682 #define SET_VAR_STRINGL(n, v, l) { \ argument
691 #define SET_VAR_LONG(n, v) { \ argument
700 #define SET_VAR_DOUBLE(n, v) { \ argument
H A Dzend_strtod.c534 static char * nrv_alloc(char *s, char **rve, int n) in nrv_alloc()
831 int i, k1, n, n1; in lshift() local
1284 int n; in quorem() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c327 #define OCTALIFY(n, o) \ argument
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c504 zend_block_source *n = cs->next; in zend_rebuild_access_path() local
2100 zend_block_source *n = cs->next; in zend_block_optimization() local
/PHP-5.6/ext/soap/
H A Dphp_http.c387 int n; in make_http_soap_request() local
817 int i, n; in make_http_soap_request() local
/PHP-5.6/ext/hash/
H A Dhash_md.c144 int n; in PHP_NAMED_FUNCTION() local
238 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dhash_sha.c128 int n; in PHP_FUNCTION() local
172 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dhash_haval.c139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
/PHP-5.6/main/streams/
H A Dfilter.c257 int n; in php_stream_filter_create() local
H A Dtransports.c63 int n = 0, failed = 0; in _php_stream_xport_create() local
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-5.6/ext/sockets/
H A Dsendrecvmsg.c277 n = 0; in PHP_FUNCTION() local
/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-5.6/ext/gd/libgd/
H A Dgdft.c217 int i, n = 0; in gdTcl_UtfToUniChar() local
368 int n; local
/PHP-5.6/sapi/aolserver/
H A Daolserver.c91 int n; in php_ns_sapi_ub_write() local
/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_statement.c327 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c1675 int n; in php_openssl_enable_crypto() local
2015 int n; in php_openssl_sockop_close() local
2186 int n; in php_openssl_sockop_set_option() local
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h149 # define TIMELIB_LL_CONST(n) n ## i64 argument
153 # define TIMELIB_LL_CONST(n) n ## ll argument
H A Dparse_iso_intervals.c76 #define YYFILL(n) return EOI; argument
/PHP-5.6/ext/zip/
H A Dphp_zip.c169 int n, len, ret; in php_zip_extract_file() local
539 int n; in php_zip_glob() local
1400 int n = 0; in PHP_NAMED_FUNCTION() local
2747 int n = 0; in php_zip_get_from() local
/PHP-5.6/ext/standard/
H A Dvar_unserializer.c276 #define YYFILL(n) do { } while (0) argument
/PHP-5.6/ext/pdo_oci/
H A Doci_statement.c383 size_t n; in oci_stmt_param_hook() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h312 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument
313 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument
314 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument

Completed in 116 milliseconds

12345678910