Home
last modified time | relevance | path

Searched defs:n (Results 176 – 200 of 220) sorted by last modified time

123456789

/PHP-5.5/ext/gd/
H A Dgd.c1416 int ind, body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1661 long lsqrt (long n) in lsqrt()
2568 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2617 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-5.5/ext/ftp/
H A Dftp.c707 socklen_t n; in ftp_pasv() local
991 int n; in ftp_mdtm() local
1231 int n; in my_send() local
1275 int n, nr_bytes; in my_recv() local
1307 int n; in data_available() local
1327 int n; in data_writeable() local
1348 int n; in my_accept() local
/PHP-5.5/ext/filter/
H A Dlogical_filters.c127 unsigned long n = ((*(str++)) - '0'); in php_filter_parse_octal() local
147 unsigned long n; in php_filter_parse_hex() local
321 int first, n; in php_filter_float() local
561 int n = 0; in _php_filter_validate_ipv4() local
596 int n; in _php_filter_validate_ipv6() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c70 #define OFFSET_OOB(n, o, i) ((n) < (o) || (i) > ((n) - (o))) argument
H A Dcdf.c997 const char *n; member
H A Dcompress.c154 swrite(int fd, const void *buf, size_t n) in swrite()
179 sread(int fd, void *buf, size_t n, int canbepipe) in sread()
321 unsigned char **newch, size_t n) in uncompressgzipped()
387 const unsigned char *old, unsigned char **newch, size_t n) in uncompressbuf()
H A Dencoding.c294 int n; in file_looks_utf8() local
H A Dfuncs.c327 #define OCTALIFY(n, o) \ argument
/PHP-5.5/ext/exif/
H A Dexif.c1049 int c, i, p=0, n = 5+31; in exif_char_dump() local
3483 int n, marker; in exif_scan_thumbnail() local
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c156 register int n; local
280 register int n; in regress() local
H A Dregex2.h50 #define OP(n) ((n)&OPRMASK) argument
51 #define OPND(n) ((n)&OPDMASK) argument
H A Dregexec.c25 #define SET0(v, n) ((v) &= ~((unsigned)1 << (n))) argument
26 #define SET1(v, n) ((v) |= (unsigned)1 << (n)) argument
27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) argument
31 #define STATESETUP(m, n) /* nothing */ argument
35 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument
42 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) argument
72 #define SET0(v, n) ((v)[n] = 0) argument
73 #define SET1(v, n) ((v)[n] = 1) argument
74 #define ISSET(v, n) ((v)[n]) argument
84 #define INIT(o, n) ((o) = (n)) argument
[all …]
H A Dregcomp.c53 #define NEXTn(n) (p->next += (n)) argument
67 #define DROP(n) (p->slen -= (n)) argument
930 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) argument
1147 register int n = 0; local
/PHP-5.5/ext/dom/
H A Dnode.c1431 xmlNode *n, *node; in PHP_FUNCTION() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c49 unsigned int n; in cdb_match() local
/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/date/
H A Dphp_date.c2420 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
4032 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4097 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/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_date.c105 #define YYFILL(n) return EOI; argument
H A Dparse_iso_intervals.c70 #define YYFILL(n) return EOI; argument
/PHP-5.5/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
510 size_t n = 0; in PHP_INI_BEGIN() 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()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c187 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-5.5/Zend/
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

Completed in 140 milliseconds

123456789