| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 56 ** system #includes. Hence, this block of code must be the very first 463 ** where multiple cases go to the same block of code, testcase() 2573 ** ^The sqlite3_malloc() routine returns a pointer to a block 2632 ** a block of memory after it has been released using 5871 ** sqlite3_mutex_enter() will block and sqlite3_mutex_try() will return 7219 } /* End of the 'extern "C"' block */ 7274 } /* end of the 'extern "C"' block */ 8927 ** operating system. After the following block of preprocess macros, 10717 AutoincInfo *pNext; /* Next info block in a list of them all */ 10718 Table *pTab; /* Table this info block refer [all...] |
| /PHP_5_3/main/ |
| H A D | alloca.c | 256 long sstcpt:32; /* Pointer to task common address block. */ 294 long extends; /* Number of block extensions. */ 316 long this_address; /* Address of this block. */ 317 long this_size; /* Size of this block (does not include 321 long link; /* Address of trailer block of previous 347 long *block, size; local 353 $LM00 common block, but I know that this works. */ 373 block = (long *) trailer->this_address; 375 if (block == 0 || size == 0) 378 if ((block < [all...] |
| H A D | network.c | 1069 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC) 1077 flags = !block; 1093 if (!block) {
|
| /PHP_5_3/ |
| H A D | run-tests.php | 1143 // Show file or result block 1145 function show_file_block($file, $block, $section = null) 1156 echo rtrim($block);
|
| /PHP_5_3/win32/build/ |
| H A D | projectgen.js | 36 /* write a .dsp source block */ 76 block = '# Begin Group "Text Files"\r\n\# PROP Default_Filter ""\r\n\r\n'; 84 block += "# Begin Source File\r\n"; 85 block += "SOURCE=./" + fname + "\r\n"; 86 block += "# End Source File\r\n\r\n"; 90 block += "# End Group\r\n"; 91 return block; 99 block = ""; 105 block += "# Begin Source File\r\n"; 106 block [all...] |
| /PHP_5_3/ext/hash/ |
| H A D | hash_haval.c | 144 static void PHP_3HAVALTransform(php_hash_uint32 state[8], const unsigned char block[128]) argument 150 Decode(x, block, 128); 178 static void PHP_4HAVALTransform(php_hash_uint32 state[8], const unsigned char block[128]) argument 184 Decode(x, block, 128); 215 static void PHP_5HAVALTransform(php_hash_uint32 state[8], const unsigned char block[128]) argument 221 Decode(x, block, 128);
|
| H A D | hash_md.c | 280 MD5 block update operation. Continues an MD5 message-digest 281 operation, processing another message block, and updating the 352 * MD5 basic transformation. Transforms state based on block. 354 static void MD5Transform(state, block) 356 const unsigned char block[64]; 360 Decode(x, block, 64); 458 static void MD4Transform(php_hash_uint32 state[4], const unsigned char block[64]) argument 462 Decode(x, block, 64); 540 MD4 block update operation. Continues an MD4 message-digest 541 operation, processing another message block, an 634 MD2_Transform(PHP_MD2_CTX *context, const unsigned char *block) argument [all...] |
| H A D | hash_ripemd.c | 201 * ripemd128 basic transformation. Transforms state based on block. 203 static void RIPEMD128Transform(php_hash_uint32 state[4], const unsigned char block[64]) argument 210 RIPEMDDecode(x, block, 64); 252 ripemd128 block update operation. Continues a ripemd128 message-digest 253 operation, processing another message block, and updating the 292 * ripemd256 basic transformation. Transforms state based on block. 294 static void RIPEMD256Transform(php_hash_uint32 state[8], const unsigned char block[64]) argument 301 RIPEMDDecode(x, block, 64); 350 ripemd256 block update operation. Continues a ripemd256 message-digest 351 operation, processing another message block, an 392 RIPEMD160Transform(php_hash_uint32 state[5], const unsigned char block[64]) argument 491 RIPEMD320Transform(php_hash_uint32 state[10], const unsigned char block[64]) argument [all...] |
| H A D | hash_sha.c | 220 * SHA1 basic transformation. Transforms state based on block. 222 static void SHA1Transform(php_hash_uint32 state[5], const unsigned char block[64]) argument 227 SHADecode32(x, block, 64); 329 SHA1 block update operation. Continues an SHA1 message-digest 330 operation, processing another message block, and updating the 478 * SHA256 basic transformation. Transforms state based on block. 480 static void SHA256Transform(php_hash_uint32 state[8], const unsigned char block[64]) argument 487 SHADecode32(x, block, 64); 538 SHA224 block update operation. Continues an SHA224 message-digest 539 operation, processing another message block, an 790 SHA512Transform(php_hash_uint64 state[8], const unsigned char block[128]) argument [all...] |
| H A D | hash_whirlpool.c | 45 php_hash_uint64 block[8]; /* mu(buffer) */ local 51 * map the buffer to a block: 54 block[i] = 67 state[0] = block[0] ^ (K[0] = context->state[0]); 68 state[1] = block[1] ^ (K[1] = context->state[1]); 69 state[2] = block[2] ^ (K[2] = context->state[2]); 70 state[3] = block[3] ^ (K[3] = context->state[3]); 71 state[4] = block[4] ^ (K[4] = context->state[4]); 72 state[5] = block[5] ^ (K[5] = context->state[5]); 73 state[6] = block[ [all...] |
| H A D | php_hash_haval.h | 33 void (*Transform)(php_hash_uint32 state[8], const unsigned char block[128]);
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 95 void fs_give(void **block);
|
| /PHP_5_3/ext/standard/ |
| H A D | file.h | 76 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
|
| H A D | md5.c | 174 (ctx->block[(n)] = \ 180 (ctx->block[(n)])
|
| H A D | md5.h | 48 php_uint32 block[16]; member in struct:__anon216
|
| H A D | sha1.c | 179 SHA1 block update operation. Continues an SHA1 message-digest 180 operation, processing another message block, and updating the 258 * SHA1 basic transformation. Transforms state based on block. 260 static void SHA1Transform(state, block) 262 const unsigned char block[64]; 267 SHA1Decode(x, block, 64);
|
| H A D | streamsfuncs.c | 1343 int block; local 1353 block = arg2; 1355 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block == 0 ? 0 : 1, NULL) == -1) {
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 361 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) 372 return ap_get_brigade(f->next, bb, mode, block, readbytes); 382 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { 360 php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
|
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.c | 335 /* mm block type */ 466 # define ZEND_MM_COOKIE(block) \ 467 (((size_t)(block)) ^ _zend_mm_cookie) 468 # define ZEND_MM_SET_COOKIE(block) \ 469 (block)->info._cookie = ZEND_MM_COOKIE(block) 470 # define ZEND_MM_CHECK_COOKIE(block) \ 471 if (UNEXPECTED((block)->info._cookie != ZEND_MM_COOKIE(block))) { \ 475 # define ZEND_MM_SET_COOKIE(block) [all...] |
| H A D | zend_static_allocator.c | 25 inline static void block_init(Block *block, zend_uint block_size) argument 27 block->pos = block->bp = (char *) emalloc(block_size); 28 block->end = block->bp + block_size; 31 inline static char *block_allocate(Block *block, zend_uint size) argument 33 char *retval = block->pos; 34 if ((block->pos += size) >= block->end) { 40 inline static void block_destroy(Block *block) argument [all...] |