Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/standard/
H A Dcrypt_freesec.c76 static u_char IP[64] = {
105 static u_char sbox[8][64] = {
156 static u_char pbox[32] = {
220 u_char inv_key_perm[64]; in _crypt_extended_init()
221 u_char inv_comp_perm[56]; in _crypt_extended_init()
223 u_char u_sbox[8][64]; in _crypt_extended_init()
224 u_char un_pbox[32]; in _crypt_extended_init()
589 (uint32_t)(u_char)in[3] | in des_cipher()
619 u_char *p, *q; in _crypt_extended_r()
628 q = (u_char *) keybuf; in _crypt_extended_r()
[all …]
H A Ddns.c331 u_char qb2[65536];
362 u_char ans[MAXPACKET]; in PHP_FUNCTION()
438 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr()
444 u_char *tp, *p; in php_parserr()
613 tp = (u_char*)name; in php_parserr()
618 if (tp > (u_char *)name) { in php_parserr()
653 tp = (u_char*)name; in php_parserr()
663 if (tp > (u_char *)name) { in php_parserr()
1027 u_char ans[MAXPACKET]; in PHP_FUNCTION()
1030 u_char *cp, *end; in PHP_FUNCTION()
[all …]
H A Ddns_win32.c271 if (tp > (u_char *)buf) { in php_parserr()
/PHP-7.0/main/
H A Dmergesort.c69 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con…
73 #define PSIZE sizeof(u_char *)
98 #define EVAL(p) (u_char **) \
99 ((u_char *)0 + \
100 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))
110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort()
111 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
268 u_char *f1, *f2, *s, *l2, *last, *p2, tmp; in setup()
273 *EVAL(list2) = (u_char*) list2 + n*size; in setup()
[all …]
/PHP-7.0/win32/
H A Dphp_stdint.h263 #ifndef u_char
264 typedef unsigned __int8 u_char; typedef
H A Dglob.c168 const u_char *patnext;
179 patnext = (u_char *) pattern;
660 register u_char *sc;
667 sc = (u_char *) dp->d_name;
/PHP-7.0/ext/snmp/
H A Dsnmp.c1220 session->community = (u_char *)estrdup(community); in netsnmp_session_init()
1292 (u_char *) pass, strlen(pass), in netsnmp_session_gen_auth_key()
1309 (u_char *)pass, strlen(pass), in netsnmp_session_gen_sec_key()
1323 u_char *ebuf = (u_char *) emalloc(ebuf_len); in netsnmp_session_set_contextEngineID()

Completed in 36 milliseconds