Home
last modified time | relevance | path

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

/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dqueue.c115 static datanode **posn_index; variable
787 free(posn_index); in Q_Sort()
797 posn_index = malloc(q->size * sizeof(q->cursor)); in Q_Sort()
798 if(posn_index == NULL) { in Q_Sort()
808 posn_index[i] = q->cursor; in Q_Sort()
915 q->cursor = posn_index[idx]; in Q_Seek()

Completed in 5 milliseconds