Home
last modified time | relevance | path

Searched defs:c (Results 226 – 250 of 275) sorted by path

1234567891011

/PHP-5.5/ext/standard/
H A Dmath.c798 char c, *s; in _php_math_basetolong() local
845 char c, *s; in _php_math_basetozval() local
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
H A Dmd5.h46 php_uint32 a, b, c, d; member
H A Dmetaphone.c88 #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0) argument
90 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ argument
93 #define NOCHANGE(c) (ENCODE(c) & 2) /* FJMNR */ argument
96 #define AFFECTH(c) (ENCODE(c) & 4) /* CGPST */ argument
99 #define MAKESOFT(c) (ENCODE(c) & 8) /* EIY */ argument
102 #define NOGHTOF(c) (ENCODE(c) & 16) /* BDH */ argument
145 #define Phonize(c) { \ argument
163 #define Isbreak(c) (!isalpha(c)) argument
H A Dpack.c143 char c = format[i]; in PHP_FUNCTION() local
550 char c; in PHP_FUNCTION() local
H A Dphp_smart_str.h46 #define SMART_STR_REALLOC(a,b,c) realloc((a),(b)) argument
48 #define SMART_STR_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
84 #define smart_str_appendc(dest, c) \ argument
H A Dphp_smart_str_public.h27 char *c; member
H A Dquot_print.c37 static char php_hex2int(int c) /* {{{ */ in php_hex2int()
151 unsigned char c, *ret, *d; in php_quot_print_encode() local
H A Dscanf.c242 static int CharInSet(CharSet *cset, int c) in CharInSet()
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
264 php_uint32 a = state[0], b = state[1], c = state[2]; local
H A Dstring.c166 char c = old[j++]; in php_hex2bin() local
759 unsigned char c; in php_charmask() local
1362 unsigned char *c, *e; in php_strtoupper() local
1396 unsigned char *c, *e; in php_strtolower() local
1430 char *ret = NULL, *c, *comp, *cend; local
1656 register char c = *p; local
1674 register char c = *s1; local
2617 char c; local
2683 long c; local
3511 char c; local
[all …]
H A Durl.c454 int c; in php_htoi() local
489 register unsigned char c; in php_url_encode() local
751 char c; local
H A Duuencode.c62 #define PHP_UU_ENC(c) ((c) ? ((c) & 077) + ' ' : '`') argument
63 #define PHP_UU_ENC_C2(c) PHP_UU_ENC(((*(c) << 4) & 060) | ((*((c) + 1) >> 4) & 017)) argument
64 #define PHP_UU_ENC_C3(c) PHP_UU_ENC(((*(c + 1) << 2) & 074) | ((*((c) + 2) >> 6) & 03)) argument
66 #define PHP_UU_DEC(c) (((c) - ' ') & 077) argument
/PHP-5.5/ext/xml/
H A Dxml.c567 inline static unsigned short xml_encode_iso_8859_1(unsigned char c) in xml_encode_iso_8859_1()
574 inline static char xml_decode_iso_8859_1(unsigned short c) in xml_decode_iso_8859_1()
581 inline static unsigned short xml_encode_us_ascii(unsigned char c) in xml_encode_us_ascii()
588 inline static char xml_decode_us_ascii(unsigned short c) in xml_decode_us_ascii()
614 unsigned int c; in xml_utf8_encode() local
668 unsigned int c; in xml_utf8_decode() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c32 void buffer_add(struct buffer_st *b, char c) in buffer_add()
76 int c, n; in base64_encode_xmlrpc() local
149 int c; in base64_decode_xmlrpc() local
H A Dxml_element.c286 static int create_xml_escape(char *pString, unsigned char c) in create_xml_escape()
304 #define non_ascii(c) (c > 127) argument
305 #define non_print(c) (!isprint(c)) argument
306 #define markup(c) (c == '&' || c == '\"' || c == '>' || c == '<') argument
307 #define entity_length(c) ( (c >= 100) ? 3 : ((c >= 10) ? 2 : 1) ) + 3; /* "&#" + c + ";" */ argument
328 #define should_escape(c, flag) ( ((flag & xml_elem_markup_escaping) && markup(c)) || \ in xml_elem_entity_escape() argument
597 xml_element *c; in _xmlrpc_startElement() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_pkware.c54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) argument
H A Dzipint.h68 #define open(a, b, c) _open((a), (b)) argument
/PHP-5.5/main/
H A DSAPI.h185 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1 TSRMLS_CC) argument
H A Doutput.c1109 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1157 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
H A Dphp_output.h166 #define PUTC(c) (php_output_write(&(c), 1 TSRMLS_CC), (c)) argument
167 #define PUTC_H(c) (php_output_write_unbuffered(&(c), 1 TSRMLS_CC), (c)) argument
H A Dphp_streams.h319 #define php_stream_putc(stream, c) _php_stream_putc((stream), (c) TSRMLS_CC) argument
H A Dreentrancy.c383 int c, sc; in php_strtok_r() local
H A Drfc1867.c936 long c = 0; local
H A Dsnprintf.c74 char *p, *rve, c; in __cvt() local
532 #define INS_CHAR(c, sp, bep, cc) \ argument
541 #define NUM( c ) ( c - '0' ) argument

Completed in 107 milliseconds

1234567891011