Searched refs:u_char (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | crypt_freesec.c | 76 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 D | dns.c | 326 u_char qb2[65536]; 357 u_char ans[MAXPACKET]; in PHP_FUNCTION() 435 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() 441 u_char *tp, *p; in php_parserr() 620 tp = (u_char*)name; in php_parserr() 625 if (tp > (u_char *)name) { in php_parserr() 660 tp = (u_char*)name; in php_parserr() 670 if (tp > (u_char *)name) { in php_parserr() 1038 u_char ans[MAXPACKET]; in PHP_FUNCTION() 1041 u_char *cp, *end; in PHP_FUNCTION() [all …]
|
H A D | dns_win32.c | 271 if (tp > (u_char *)buf) { in php_parserr()
|
/PHP-7.2/main/ |
H A D | mergesort.c | 69 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.2/win32/ |
H A D | php_stdint.h | 263 #ifndef u_char 264 typedef unsigned __int8 u_char; typedef
|
H A D | glob.c | 168 const u_char *patnext; 179 patnext = (u_char *) pattern; 660 register u_char *sc; 667 sc = (u_char *) dp->d_name;
|
/PHP-7.2/ext/snmp/ |
H A D | snmp.c | 1182 session->community = (u_char *)estrdup(community); in netsnmp_session_init() 1254 (u_char *) pass, strlen(pass), in netsnmp_session_gen_auth_key() 1271 (u_char *)pass, strlen(pass), in netsnmp_session_gen_sec_key() 1285 u_char *ebuf = (u_char *) emalloc(ebuf_len); in netsnmp_session_set_contextEngineID()
|
Completed in 41 milliseconds