Searched refs:final (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_5/ext/mbstring/libmbfl/tests/ |
| H A D | conv_encoding.c | 31 int final = 0; local 67 final = 1; 99 } while (!final);
|
| H A D | conv_kana.c | 30 int final = 0; local 113 final = 1; 144 } while (!final);
|
| H A D | emoji.c | 52 int final = 0; local
|
| H A D | strcut.c | 32 int final = 0; local 76 final = 1; 110 } while (!final);
|
| H A D | strwidth.c | 19 int final = 0; local 47 final = 1; 76 } while (!final);
|
| /PHP_5_5/ext/dba/libcdb/ |
| H A D | cdb_make.c | 66 c->pos = sizeof(c->final); 196 uint32_pack(c->final + 8 * i,c->pos); 197 uint32_pack(c->final + 8 * i + 4,len); 234 if (cdb_make_write(c, c->final, sizeof(c->final) TSRMLS_CC) != 0)
|
| H A D | cdb_make.h | 44 char final[2048]; member in struct:cdb_make
|
| /PHP_5_5/ext/standard/ |
| H A D | php_crypt_r.c | 140 unsigned char final[16]; local 201 CryptGetHashParam(ctx1, HP_HASHVAL, final, &dwHashLen, 0); 205 CryptHashData(ctx, final, (DWORD)(pl > 16 ? 16 : pl), 0); 209 memset(final, 0, sizeof(final)); 214 CryptHashData(ctx, (const BYTE *)final, 1, 0); 231 CryptGetHashParam(ctx, HP_HASHVAL, final, &dwHashLen, 0); 243 if(!CryptHashData(ctx1, (BYTE *)final, 16, 0)) { 261 if(!CryptHashData(ctx1, (BYTE *)final, 16, 0)) { 272 CryptGetHashParam(ctx1, HP_HASHVAL, final, 323 unsigned char final[16]; local [all...] |
| /PHP_5_5/ext/hash/ |
| H A D | hash.c | 234 static inline void php_hash_hmac_round(unsigned char *final, const php_hash_ops *ops, void *context, const unsigned char *key, const unsigned char *data, const long data_size) { argument 238 ops->hash_final(final, context);
|
Completed in 37 milliseconds