Home
last modified time | relevance | path

Searched defs:c (Results 26 – 50 of 275) sorted by path

1234567891011

/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c406 static zend_internal_function c, d, v; in com_constructor_get() local
H A Dcom_typeinfo.c164 zend_constant c; in php_com_import_typelib() local
/PHP-5.5/ext/curl/
H A Dinterface.c1235 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1271 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c138 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
141 #define YYDEBUG(s,c) argument
147 unsigned int c; /* Number of elements */ member
H A Dparse_iso_intervals.c81 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
84 #define YYDEBUG(s,c) argument
/PHP-5.5/ext/dba/
H A Ddba_cdb.c51 struct cdb c; member
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos TSRMLS_DC) in cdb_match()
95 void cdb_init(struct cdb *c, php_stream *fp TSRMLS_DC) in cdb_init()
104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos TSRMLS_DC) in cdb_read()
129 int cdb_findnext(struct cdb *c, char *key, unsigned int len TSRMLS_DC) in cdb_findnext()
182 int cdb_find(struct cdb *c, char *key, unsigned int len TSRMLS_DC) in cdb_find()
H A Dcdb.h52 #define cdb_datapos(c) ((c)->dpos) argument
53 #define cdb_datalen(c) ((c)->dlen) argument
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz TSRMLS_DC) { in cdb_make_write()
46 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus()
59 int cdb_make_start(struct cdb_make *c, php_stream * f TSRMLS_DC) in cdb_make_start()
76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h TSRMLS_… in cdb_make_addend()
104 int cdb_make_addbegin(struct cdb_make *c, unsigned int keylen, unsigned int datalen TSRMLS_DC) in cdb_make_addbegin()
125 int cdb_make_add(struct cdb_make *c,char *key,unsigned int keylen,char *data,unsigned int datalen T… in cdb_make_add()
/PHP-5.5/ext/ereg/
H A Dereg.c215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) argument
735 unsigned char c; in PHP_FUNCTION() local
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c24 register int c; local
H A Dengine.c51 #define SP(t, s, c) print(m, t, s, c, stdout) argument
55 #define SP(t, s, c) /* nothing */ argument
636 register int c = (start == m->beginp) ? OUT : *(start-1); local
727 register int c = (start == m->beginp) ? OUT : *(start-1); local
H A Dmain.c37 int c; local
372 opt(c, s) in opt() argument
H A Dregcomp.c47 #define SEE(c) (MORE() && PEEK() == (c)) argument
49 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
57 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
204 register unsigned char c; local
249 register unsigned char c; local
453 register int c; local
668 register unsigned char c; local
738 register unsigned char c; local
770 register unsigned char c; local
1278 isinsets(g, c) in isinsets() argument
[all …]
H A Dregex2.h96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
140 #define ISWORD(c) (isalnum(c) || (c) == '_') argument
H A Dsplit.c16 register char c; /* latest character */ local
H A Dutils.h22 #define memmove(d, s, c) bcopy(s, d, c) argument
/PHP-5.5/ext/exif/
H A Dexif.c85 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
88 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
1049 int c, i, p=0, n = 5+31; in exif_char_dump() local
3482 uchar c, *data = (uchar*)ImageInfo->Thumbnail.data; in exif_scan_thumbnail() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1393 get_op(char c) in get_op()
2335 int c; in getstr() local
2485 hextoint(int c) in hextoint()
2505 char c; in file_showstr() local
H A Dencoding.c295 unichar c; in file_looks_utf8() local
H A Dfile.h381 } c; member
476 #define strtoul(a, b, c) strtol(a, b, c) argument
H A Dis_tar.c51 #define isodigit(c) ( ((c) >= '0') && ((c) <= '7') ) argument
H A Dreadcdf.c146 char *c, *ec; local
H A Dsoftmagic.c1025 const char *c; in mcopy() local
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c113 int i, c; in php_filter_strip() local
159 int i, c; in filter_map_apply() local

Completed in 87 milliseconds

1234567891011