Lines Matching refs:ind

229 	int ind;  in birdstep_add_conn()  local
231 ind = zend_list_insert(conn,php_birdstep_module.le_link); in birdstep_add_conn()
233 conn->index = ind; in birdstep_add_conn()
235 return(ind); in birdstep_add_conn()
238 static VConn * birdstep_find_conn(HashTable *list,int ind) in birdstep_find_conn() argument
243 conn = zend_list_find(ind,&type); in birdstep_find_conn()
250 static void birdstep_del_conn(HashTable *list,int ind) in birdstep_del_conn() argument
252 zend_list_delete(ind); in birdstep_del_conn()
257 int ind; in birdstep_add_result() local
259 ind = zend_list_insert(res,php_birdstep_module.le_result); in birdstep_add_result()
261 res->index = ind; in birdstep_add_result()
263 return(ind); in birdstep_add_result()
266 static Vresult * birdstep_find_result(HashTable *list,int ind) in birdstep_find_result() argument
271 res = zend_list_find(ind,&type); in birdstep_find_result()
278 static void birdstep_del_result(HashTable *list,int ind) in birdstep_del_result() argument
280 zend_list_delete(ind); in birdstep_del_result()
294 zend_long ind; in PHP_FUNCTION() local
317 ind = birdstep_add_conn(list,new,hdbc); in PHP_FUNCTION()
319 RETURN_LONG(ind); in PHP_FUNCTION()
349 zend_long ind; in PHP_FUNCTION() local
357 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &ind, &query, &query_len) == FAILURE) { in PHP_FUNCTION()
361 PHP_BIRDSTEP_CHK_LNK(ind); in PHP_FUNCTION()
429 zend_long ind; in PHP_FUNCTION() local
435 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &ind) == FAILURE) { in PHP_FUNCTION()
439 PHP_GET_BIRDSTEP_RES_IDX(ind); in PHP_FUNCTION()
444 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
450 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
463 zend_long ind; in PHP_FUNCTION() local
472 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lZ", &ind, &col) == FAILURE) { in PHP_FUNCTION()
476 PHP_GET_BIRDSTEP_RES_IDX(ind); in PHP_FUNCTION()
505 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
511 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
530 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
536 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
556 zend_long ind; in PHP_FUNCTION() local
559 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &ind) == FAILURE) { in PHP_FUNCTION()
563 PHP_GET_BIRDSTEP_RES_IDX(ind); in PHP_FUNCTION()
566 birdstep_del_result(list, ind); in PHP_FUNCTION()
667 zend_long ind, col; in PHP_FUNCTION() local
671 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &ind, &col) == FAILURE) { in PHP_FUNCTION()
675 PHP_GET_BIRDSTEP_RES_IDX(ind); in PHP_FUNCTION()
690 zend_long ind; in PHP_FUNCTION() local
693 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &ind) == FAILURE) { in PHP_FUNCTION()
697 PHP_GET_BIRDSTEP_RES_IDX(ind); in PHP_FUNCTION()