Searched refs:u_char (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | crypt_freesec.c | 72 static const u_char IP[64] = { 216 u_char inv_key_perm[64]; in _crypt_extended_init() 217 u_char inv_comp_perm[56]; in _crypt_extended_init() 219 u_char u_sbox[8][64]; in _crypt_extended_init() 220 u_char un_pbox[32]; in _crypt_extended_init() 379 (uint32_t)(u_char)key[3] | in des_setkey() 585 (uint32_t)(u_char)in[3] | in des_cipher() 590 (uint32_t)(u_char)in[7] | in des_cipher() 615 u_char *p, *q; in _crypt_extended_r() 624 q = (u_char *) keybuf; in _crypt_extended_r() [all …]
|
H A D | dns.c | 337 u_char qb2[65536]; 444 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() 450 u_char *tp, *p; in php_parserr() 629 tp = (u_char*)name; in php_parserr() 634 if (tp > (u_char *)name) { in php_parserr() 669 tp = (u_char*)name; in php_parserr() 679 if (tp > (u_char *)name) { in php_parserr() 704 if (tp > (u_char *)name) { in php_parserr() 822 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() 1056 u_char *cp, *end; in PHP_FUNCTION()
|
H A D | dns_win32.c | 276 if (tp > (u_char *)buf) { in php_parserr()
|
/PHP-7.4/main/ |
H A D | mergesort.c | 67 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… 71 #define PSIZE sizeof(u_char *) 96 #define EVAL(p) (u_char **) \ 97 ((u_char *)0 + \ 98 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1))) 108 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() 109 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort() 263 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup() 266 u_char *f1, *f2, *s, *l2, *last, *p2, tmp; in setup() 271 *EVAL(list2) = (u_char*) list2 + n*size; in setup() [all …]
|
/PHP-7.4/win32/ |
H A D | php_stdint.h | 263 #ifndef u_char 264 typedef unsigned __int8 u_char; typedef
|
H A D | glob.c | 166 const u_char *patnext; 177 patnext = (u_char *) pattern; 658 register u_char *sc; 665 sc = (u_char *) dp->d_name;
|
/PHP-7.4/ext/snmp/ |
H A D | snmp.c | 1176 session->community = (u_char *)estrdup(community); in netsnmp_session_init() 1251 (u_char *) pass, strlen(pass), in netsnmp_session_gen_auth_key() 1268 (u_char *)pass, strlen(pass), in netsnmp_session_gen_sec_key() 1282 u_char *ebuf = (u_char *) emalloc(ebuf_len); in netsnmp_session_set_contextEngineID()
|
Completed in 30 milliseconds