Searched refs:u_char (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | crypt_freesec.c | 72 static const u_char IP[64] = { 214 u_char inv_key_perm[64]; in _crypt_extended_init() 215 u_char inv_comp_perm[56]; in _crypt_extended_init() 217 u_char u_sbox[8][64]; in _crypt_extended_init() 218 u_char un_pbox[32]; in _crypt_extended_init() 377 (uint32_t)(u_char)key[3] | in des_setkey() 583 (uint32_t)(u_char)in[3] | in des_cipher() 588 (uint32_t)(u_char)in[7] | in des_cipher() 613 u_char *p, *q; in _crypt_extended_r() 622 q = (u_char *) keybuf; in _crypt_extended_r() [all …]
|
H A D | dns.c | 329 u_char qb2[65536]; 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() 695 if (tp > (u_char *)name) { in php_parserr() 812 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() 1044 u_char *cp, *end; in PHP_FUNCTION()
|
H A D | dns_win32.c | 273 if (tp > (u_char *)buf) { in php_parserr()
|
/PHP-8.0/main/ |
H A D | php_stdint.h | 46 # ifndef u_char 47 typedef unsigned __int8 u_char; typedef
|
/PHP-8.0/win32/ |
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-8.0/ext/snmp/ |
H A D | snmp.c | 905 session->community = (u_char *)estrdup(community); in netsnmp_session_init() 997 (u_char *) pass, strlen(pass), in netsnmp_session_gen_auth_key() 1014 (u_char *)pass, strlen(pass), in netsnmp_session_gen_sec_key() 1028 u_char *ebuf = (u_char *) emalloc(ebuf_len); in netsnmp_session_set_contextEngineID()
|
Completed in 25 milliseconds