Lines Matching refs:threshold

82 	zend_long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold);  in _mysqlnd_emalloc()  local
90 if (*threshold == 0) { in _mysqlnd_emalloc()
94 --*threshold; in _mysqlnd_emalloc()
118 …zend_long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emall… in _mysqlnd_pemalloc() local
126 if (*threshold == 0) { in _mysqlnd_pemalloc()
130 --*threshold; in _mysqlnd_pemalloc()
157 zend_long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
166 if (*threshold == 0) { in _mysqlnd_ecalloc()
170 --*threshold; in _mysqlnd_ecalloc()
195 …zend_long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecall… in _mysqlnd_pecalloc() local
202 if (*threshold == 0) { in _mysqlnd_pecalloc()
206 --*threshold; in _mysqlnd_pecalloc()
234 zend_long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
243 if (*threshold == 0) { in _mysqlnd_erealloc()
247 --*threshold; in _mysqlnd_erealloc()
272 …zend_long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erea… in _mysqlnd_perealloc() local
281 if (*threshold == 0) { in _mysqlnd_perealloc()
285 --*threshold; in _mysqlnd_perealloc()
375 zend_long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
383 if (*threshold == 0) { in _mysqlnd_malloc()
387 --*threshold; in _mysqlnd_malloc()
410 zend_long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
418 if (*threshold == 0) { in _mysqlnd_calloc()
422 --*threshold; in _mysqlnd_calloc()
445 zend_long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
455 if (*threshold == 0) { in _mysqlnd_realloc()
459 --*threshold; in _mysqlnd_realloc()