Searched refs:rev (Results 1 - 3 of 3) sorted by relevance

/PHP_5_5/ext/sqlite3/libsqlite/
H A Dsqlite3.c101091 int rev; /* True to scan in reverse order */ local
[all...]
/PHP_5_5/ext/imap/
H A Dphp_imap.c3095 long pgm, rev, flags = 0; local
3103 if (zend_parse_parameters(argc TSRMLS_CC, "rll|lss", &streamind, &pgm, &rev, &flags, &criteria, &criteria_len, &charset, &charset_len) == FAILURE) {
3128 mypgm->reverse = rev;
/PHP_5_5/main/
H A Doutput.c623 HashTable rev, *rev_ptr = NULL; local
633 zend_hash_init(&rev, 1, NULL, NULL, 1);
634 if (SUCCESS != zend_hash_next_index_insert(&rev, &check_func, sizeof(php_output_handler_conflict_check_t *), NULL)) {
635 zend_hash_destroy(&rev);
638 if (SUCCESS != zend_hash_update(&php_output_handler_reverse_conflicts, name, name_len+1, &rev, sizeof(HashTable), NULL)) {
639 zend_hash_destroy(&rev);

Completed in 123 milliseconds