Searched defs:previous (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/gd/libgd/
H A Dgdft.c782 FT_UInt glyph_index, previous; local
869 previous = 0;
933 previous = 0; /* clear kerning flag */
950 previous = 0; /* clear kerning flag */
1036 if (use_kerning && previous && glyph_index) {
1037 FT_Get_Kerning(face, previous, glyph_index, ft_kerning_default, &delta);
1042 /* load glyph image into the slot (erase previous one) */
1108 previous = glyph_index;
/PHP_TRUNK/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp116 //this closes the previous utext, if any
159 int32_t CodePointBreakIterator::previous(void) function in class:CodePointBreakIterator
/PHP_TRUNK/ext/pcre/pcrelib/
H A Dpcre_compile.c765 bracount number of previous extracting brackets
970 number is less than 10, or if there are that many previous extracting
1376 and previous occurrences will have been checked. To make this work, the test
2882 previous_callout points to previous callout item
3050 previous pointer to the repeated opcode
3060 check_auto_possessive(const pcre_uchar *previous, BOOL utf, argument
3066 pcre_uchar op_code = *previous++;
3140 /* If the previous item is a character, get its value. */
3146 GETCHARTEST(c, previous);
3148 c = *previous;
3724 pcre_uchar *previous = NULL; local
[all...]
/PHP_TRUNK/Zend/
H A Dzend_exceptions.c39 zval *previous; local
45 zend_error(E_ERROR, "Cannot set non exception as previous exception");
49 previous = zend_read_property(default_exception_ce, exception, "previous", sizeof("previous")-1, 1 TSRMLS_CC);
50 if (Z_TYPE_P(previous) == IS_NULL) {
51 zend_update_property(default_exception_ce, exception, "previous", sizeof("previous")-1, add_previous TSRMLS_CC);
55 exception = previous;
101 zval *previous local
198 zval *object, *previous = NULL; local
227 zval *object, *previous = NULL; local
555 zval *previous; local
[all...]

Completed in 11 milliseconds