Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 220) sorted by relevance

123456789

/PHP-5.5/ext/phar/
H A Dmakestub.php12 $n = str_repeat("\n", substr_count($token[1], "\n")); variable
/PHP-5.5/main/
H A Dmergesort.c265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c54 int n; in sapi_tux_ub_write() local
103 int n; in sapi_tux_send_headers() local
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c582 int n; in _php_mb_regex_init_options() local
810 int i, err, eval, n; in _php_mb_regex_ereg_replace_exec() local
1060 int n, err; in PHP_FUNCTION() local
1182 int n, i, err, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1364 int n, i, len, beg, end; in PHP_FUNCTION() local
H A Dmb_gpc.c201 int n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c108 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
H A Dmbfilter_uuencode.c67 int n; in mbfl_filt_conv_uudec() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c81 zip_int64_t n; in crc_read() local
H A Dzip_source_buffer.c90 zip_uint64_t n; in read_data() local
H A Dzip_source_zip.c125 zip_uint64_t n; in read_zip() local
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c350 int n; in PHP_FUNCTION() local
371 int n, max_requests; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c73 # define SWAP(n) \ argument
83 # define SWAP(n) (n) argument
564 int n = _snprintf(cp, MAX(0, buflen), "%s%u$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r() local
H A Ddir.c435 int n; in PHP_FUNCTION() local
558 int n, i; in PHP_FUNCTION() local
H A Ddns.c426 #define CHECKCP(n) do { \ argument
437 long n, i; in php_parserr() local
783 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
H A Dsha1.c75 int n; in PHP_FUNCTION() local
131 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c373 int n; in php_openssl_sockop_close() local
573 int n, retry = 1; in php_openssl_enable_crypto() local
841 int n; in php_openssl_sockop_set_option() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h264 #define BIT_STATUS_AT(stats,n) \ argument
267 #define BIT_STATUS_ON_AT(stats,n) do {\ argument
274 #define BIT_STATUS_ON_AT_SIMPLE(stats,n) do {\ argument
311 #define IS_REPEAT_INFINITE(n) ((n) == REPEAT_INFINITE) argument
373 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
387 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) argument
393 #define BBUF_MOVE_RIGHT(buf,from,to,n) do {\ argument
400 #define BBUF_MOVE_LEFT(buf,from,to,n) do {\ argument
410 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
H A Dregparse.c845 int i, n, *nums; in onig_name_to_backref_number() local
1019 FreeNode* n = (FreeNode* )node; in onig_node_free() local
1067 FreeNode* n = (FreeNode* )node; in onig_node_free() local
1083 FreeNode* n; in onig_free_node_list() local
1142 int n, i; in node_new_cclass_by_codepoint_range() local
1231 Node *n; in onig_node_list_add() local
1538 Node* n = NULL_NODE; in str_node_split_last_char() local
1675 OnigCodePoint n; in new_code_range() local
1693 OnigCodePoint n, *data; in add_code_range_to_buf() local
1779 int r, i, n; in not_code_range_buf() local
[all …]
/PHP-5.5/ext/dba/
H A Ddba_cdb.c221 #define CREAD(n) do { \ argument
239 #define CSEEK(n) do { \ argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c76 int c, n; in base64_encode_xmlrpc() local
/PHP-5.5/Zend/
H A Dzend_config.w32.h55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h433 #define PUT(a,n,d) \ argument
437 #define GET(a,n) \ argument
450 #define GET(a,n) \ argument
464 #define GET(a,n) \ argument
482 #define PUT(a,n,d) \ argument
485 #define GET(a,n) \ argument
500 #define GET(a,n) \ argument
520 #define GET(a,n) \ argument
551 #define GET2(a,n) \ argument
561 #define GET2(a,n) \ argument
[all …]
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c49 unsigned int n; in cdb_match() local
/PHP-5.5/ext/hash/
H A Dhash.c161 int n; in php_hash_do_hash() local
282 int n; in php_hash_do_hash_hmac() local
440 long n, toread = 1024; in PHP_FUNCTION() local
468 int filename_len, n; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c154 static void n(char* pattern, char* str) in n() function

Completed in 230 milliseconds

123456789