birdstep_find_result  162 ext/odbc/birdstep.c #define PHP_GET_BIRDSTEP_RES_IDX(id) if (!(res = birdstep_find_result(list, id))) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Not result index (%ld)", id); RETURN_FALSE; } 
birdstep_find_result  266 ext/odbc/birdstep.c static Vresult * birdstep_find_result(HashTable *list,int ind)