Lines Matching refs:ptrs

4641 	Bucket **lists, *list, **ptrs, *p;  local
4724 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
4743 ptrs[i] = list;
4767 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
4776 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_data_compare_func(ptrs[0], ptrs[i])…
4777 ptrs[i]++;
4780 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…
4781 ptrs[i]++;
4783 …if ((!c && Z_TYPE(ptrs[i]->val) != IS_UNDEF) && (behavior == INTERSECT_ASSOC)) { /* only when INTE…
4792 if (intersect_data_compare_func(ptrs[0], ptrs[i]) != 0) {
4805 if (Z_TYPE(ptrs[i]->val) == IS_UNDEF) {
4810 p = ptrs[0]++;
4823 ptrs[i]++;
4829 p = ptrs[0];
4835 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
4839 if (0 <= intersect_data_compare_func(ptrs[0], ptrs[i])) {
4851 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
4855 if (intersect_data_compare_func(ptrs[0] - 1, ptrs[0])) {
4873 efree(ptrs);
5015 Bucket **lists, *list, **ptrs, *p; local
5098 ptrs = (Bucket **)safe_emalloc(arr_argc, sizeof(Bucket *), 0);
5117 ptrs[i] = list;
5141 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5151 Bucket *ptr = ptrs[i];
5153 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5154 ptrs[i]++;
5157 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5163 if (Z_TYPE(ptrs[i]->val) != IS_UNDEF) {
5164 ptrs[i]++;
5175 if (diff_data_compare_func(ptrs[0], ptr) != 0) {
5201 p = ptrs[0];
5207 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5211 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5223 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5227 if (diff_data_compare_func(ptrs[0] - 1, ptrs[0])) {
5245 efree(ptrs);