Lines Matching refs:threshold

82 	long * threshold = &MYSQLND_G(debug_emalloc_fail_threshold);  in _mysqlnd_emalloc()  local
95 if (*threshold) { in _mysqlnd_emalloc()
99 --*threshold; in _mysqlnd_emalloc()
100 } else if (*threshold == 0) { in _mysqlnd_emalloc()
122 …long * threshold = persistent? &MYSQLND_G(debug_malloc_fail_threshold):&MYSQLND_G(debug_emalloc_fa… in _mysqlnd_pemalloc() local
135 if (*threshold) { in _mysqlnd_pemalloc()
139 --*threshold; in _mysqlnd_pemalloc()
140 } else if (*threshold == 0) { in _mysqlnd_pemalloc()
165 long * threshold = &MYSQLND_G(debug_ecalloc_fail_threshold); in _mysqlnd_ecalloc() local
179 if (*threshold) { in _mysqlnd_ecalloc()
183 --*threshold; in _mysqlnd_ecalloc()
184 } else if (*threshold == 0) { in _mysqlnd_ecalloc()
206 …long * threshold = persistent? &MYSQLND_G(debug_calloc_fail_threshold):&MYSQLND_G(debug_ecalloc_fa… in _mysqlnd_pecalloc() local
218 if (*threshold) { in _mysqlnd_pecalloc()
222 --*threshold; in _mysqlnd_pecalloc()
223 } else if (*threshold == 0) { in _mysqlnd_pecalloc()
249 long * threshold = &MYSQLND_G(debug_erealloc_fail_threshold); in _mysqlnd_erealloc() local
263 if (*threshold) { in _mysqlnd_erealloc()
267 --*threshold; in _mysqlnd_erealloc()
268 } else if (*threshold == 0) { in _mysqlnd_erealloc()
290 …long * threshold = persistent? &MYSQLND_G(debug_realloc_fail_threshold):&MYSQLND_G(debug_erealloc_… in _mysqlnd_perealloc() local
304 if (*threshold) { in _mysqlnd_perealloc()
308 --*threshold; in _mysqlnd_perealloc()
309 } else if (*threshold == 0) { in _mysqlnd_perealloc()
396 long * threshold = &MYSQLND_G(debug_malloc_fail_threshold); in _mysqlnd_malloc() local
409 if (*threshold) { in _mysqlnd_malloc()
413 --*threshold; in _mysqlnd_malloc()
414 } else if (*threshold == 0) { in _mysqlnd_malloc()
435 long * threshold = &MYSQLND_G(debug_calloc_fail_threshold); in _mysqlnd_calloc() local
448 if (*threshold) { in _mysqlnd_calloc()
452 --*threshold; in _mysqlnd_calloc()
453 } else if (*threshold == 0) { in _mysqlnd_calloc()
474 long * threshold = &MYSQLND_G(debug_realloc_fail_threshold); in _mysqlnd_realloc() local
489 if (*threshold) { in _mysqlnd_realloc()
493 --*threshold; in _mysqlnd_realloc()
494 } else if (*threshold == 0) { in _mysqlnd_realloc()