Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.c110 static datanode **queue_posn_index; variable
782 efree(queue_posn_index); in Q_Sort()
792 queue_posn_index = emalloc(q->size * sizeof(q->cursor)); in Q_Sort()
793 if(queue_posn_index == NULL) { in Q_Sort()
803 queue_posn_index[i] = q->cursor; in Q_Sort()
910 q->cursor = queue_posn_index[idx]; in Q_Seek()

Completed in 6 milliseconds