Lines Matching refs:threshold

84 	zend_long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold);  in _mysqlnd_emalloc()  local
97 if (*threshold) { in _mysqlnd_emalloc()
101 --*threshold; in _mysqlnd_emalloc()
102 } else if (*threshold == 0) { in _mysqlnd_emalloc()
124 …zend_long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emall… in _mysqlnd_pemalloc() local
137 if (*threshold) { in _mysqlnd_pemalloc()
141 --*threshold; in _mysqlnd_pemalloc()
142 } else if (*threshold == 0) { in _mysqlnd_pemalloc()
167 zend_long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
181 if (*threshold) { in _mysqlnd_ecalloc()
185 --*threshold; in _mysqlnd_ecalloc()
186 } else if (*threshold == 0) { in _mysqlnd_ecalloc()
208 …zend_long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecall… in _mysqlnd_pecalloc() local
220 if (*threshold) { in _mysqlnd_pecalloc()
224 --*threshold; in _mysqlnd_pecalloc()
225 } else if (*threshold == 0) { in _mysqlnd_pecalloc()
251 zend_long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
265 if (*threshold) { in _mysqlnd_erealloc()
269 --*threshold; in _mysqlnd_erealloc()
270 } else if (*threshold == 0) { in _mysqlnd_erealloc()
292 …zend_long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erea… in _mysqlnd_perealloc() local
306 if (*threshold) { in _mysqlnd_perealloc()
310 --*threshold; in _mysqlnd_perealloc()
311 } else if (*threshold == 0) { in _mysqlnd_perealloc()
398 zend_long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
411 if (*threshold) { in _mysqlnd_malloc()
415 --*threshold; in _mysqlnd_malloc()
416 } else if (*threshold == 0) { in _mysqlnd_malloc()
437 zend_long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
450 if (*threshold) { in _mysqlnd_calloc()
454 --*threshold; in _mysqlnd_calloc()
455 } else if (*threshold == 0) { in _mysqlnd_calloc()
476 zend_long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
491 if (*threshold) { in _mysqlnd_realloc()
495 --*threshold; in _mysqlnd_realloc()
496 } else if (*threshold == 0) { in _mysqlnd_realloc()