Home
last modified time | relevance | path

Searched refs:queue_posn_index (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dqueue.c112 static datanode **queue_posn_index; variable
784 efree(queue_posn_index); in Q_Sort()
794 queue_posn_index = emalloc(q->size * sizeof(q->cursor)); in Q_Sort()
795 if(queue_posn_index == NULL) { in Q_Sort()
805 queue_posn_index[i] = q->cursor; in Q_Sort()
912 q->cursor = queue_posn_index[idx]; in Q_Seek()

Completed in 7 milliseconds