Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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
H A Dxp_socket.c179 int n; in php_sockop_close() local
/PHP-5.5/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.5/ext/sockets/
H A Dsendrecvmsg.c277 n = 0; in PHP_FUNCTION() local
/PHP-5.5/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.5/sapi/aolserver/
H A Daolserver.c91 int n; in php_ns_sapi_ub_write() local
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c216 int i, n = 0; in gdTcl_UtfToUniChar() local
348 int n; local
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h73 # define TIMELIB_LL_CONST(n) n ## i64 argument
77 # define TIMELIB_LL_CONST(n) n ## ll argument
H A Dparse_iso_intervals.c70 #define YYFILL(n) return EOI; argument
/PHP-5.5/ext/hash/
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.5/ext/zip/
H A Dphp_zip.c144 int n, len, ret; in php_zip_extract_file() local
529 int n; in php_zip_glob() local
1370 int n = 0; in PHP_NAMED_FUNCTION() local
2524 int n = 0; in php_zip_get_from() local
/PHP-5.5/Zend/
H A Dzend_API.h641 #define SET_VAR_STRING(n, v) { \ argument
650 #define SET_VAR_STRINGL(n, v, l) { \ argument
659 #define SET_VAR_LONG(n, v) { \ argument
668 #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
H A Dzend_hash.c74 #define SET_INCONSISTENT(n) ht->inconsistent = n; argument
77 #define SET_INCONSISTENT(n) argument
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c327 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c238 #define YYFILL(n) do { } while (0) argument
H A Dformatted_print.c314 int width, char padding, int alignment, int n, in php_sprintf_append2n()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c383 size_t n; in oci_stmt_param_hook() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h304 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument
305 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument
306 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1244 int n = 1; in zend_accel_get_auto_globals() local
1269 int n = 1; in zend_accel_set_auto_globals() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c699 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
733 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
767 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
895 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c920 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1582 char *n = p; in normalize_vpath() local
1589 char *n = p; in normalize_vpath() local
2490 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-5.5/ext/calendar/
H A Dcalendar.c507 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()

Completed in 130 milliseconds

123456789