Searched defs:blob_arg (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/interbase/ |
| H A D | ibase_blobs.c | 296 zval **blob_arg, **string_arg; local 301 if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &blob_arg, &string_arg) == FAILURE) { 305 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); 322 zval **blob_arg, **len_arg; local 327 if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &blob_arg, &len_arg) == FAILURE) { 331 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); 348 zval **blob_arg; local 353 if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &blob_arg) == FAILURE) { 357 ZEND_FETCH_RESOURCE(ib_blob, ibase_blob *, blob_arg, -1, "Interbase blob", le_blob); 378 zend_list_delete(Z_LVAL_PP(blob_arg)); [all...] |
Completed in 3 milliseconds