Searched refs:caller (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2999 ** error is returned to the caller. ^The fragment component of a URI, if 3319 ** the nByte-th byte, whichever comes first. If the caller knows 3823 ** caller. The values may be accessed using the [column access functions]. 5690 ** caller-supplied buffer. N bytes of data are copied into buffer Z 5718 ** caller-supplied buffer. ^N bytes of data are copied from the buffer Z 6683 ** [SQLITE_BUSY] is returned to the caller. ^In this case the call to 6810 ** shared-cache lock and SQLITE_LOCKED is returned to the caller, the 7068 ** before returning to communicate this to the caller. 7091 ** attached databases and SQLITE_BUSY is returned to the caller. If any other 7093 ** and the error code returned to the caller immediatel [all...] |
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 547 zval caller; local 549 array_init(&caller); 551 add_index_zval(&caller, 0, zobj); 552 add_index_string(&caller, 1, callback_name, 1); 553 if (zend_fcall_info_init(&caller, 0, finfo, fcache, NULL, &errstr TSRMLS_CC) == FAILURE) { 556 zval_dtor(&caller);
|
Completed in 104 milliseconds